Skip to content

Commit

Permalink
Delete empty function.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Nov 14, 2015
1 parent 9ba3286 commit f134dc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/xrGame/script_binder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ void CScriptBinder::reinit ()
#endif // DEBUG_MEMORY_MANAGER
}

void CScriptBinder::Load (LPCSTR section)
{
}

void CScriptBinder::reload (LPCSTR section)
{
#ifdef DEBUG_MEMORY_MANAGER
Expand Down
1 change: 0 additions & 1 deletion src/xrGame/script_binder.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class CScriptBinder {
void init ();
void clear ();
virtual void reinit ();
virtual void Load (LPCSTR section);
virtual void reload (LPCSTR section);
virtual BOOL net_Spawn (CSE_Abstract* DC);
virtual void net_Destroy ();
Expand Down

0 comments on commit f134dc9

Please sign in to comment.