Skip to content

Commit f134dc9

Browse files
author
nitrocaster
committed
Delete empty function.
1 parent 9ba3286 commit f134dc9

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/xrGame/script_binder.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ void CScriptBinder::reinit ()
6969
#endif // DEBUG_MEMORY_MANAGER
7070
}
7171

72-
void CScriptBinder::Load (LPCSTR section)
73-
{
74-
}
75-
7672
void CScriptBinder::reload (LPCSTR section)
7773
{
7874
#ifdef DEBUG_MEMORY_MANAGER

src/xrGame/script_binder.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class CScriptBinder {
2222
void init ();
2323
void clear ();
2424
virtual void reinit ();
25-
virtual void Load (LPCSTR section);
2625
virtual void reload (LPCSTR section);
2726
virtual BOOL net_Spawn (CSE_Abstract* DC);
2827
virtual void net_Destroy ();

0 commit comments

Comments
 (0)