1
0

Remove unused GetClassStatic in cWorld

This commit is contained in:
Tiger Wang 2021-04-07 17:15:28 +01:00
parent 9aa85e38a8
commit 956f5bca28

View File

@ -56,8 +56,6 @@ class cWorld // tolua_export
public:
// tolua_end
/** A simple RAII locker for the chunkmap - locks the chunkmap in its constructor, unlocks it in the destructor */
class cLock:
public cCSLock
@ -67,13 +65,6 @@ public:
cLock(const cWorld & a_World);
};
static const char * GetClassStatic(void) // Needed for ManualBindings's ForEach templates
{
return "cWorld";
}
/** Construct the world and read settings from its ini file.
@param a_DeadlockDetect is used for tracking this world's age, detecting a possible deadlock.
@param a_WorldNames is a list of all world names, used to validate linked worlds