Remove unused GetClassStatic in cWorld
This commit is contained in:
parent
9aa85e38a8
commit
956f5bca28
@ -56,8 +56,6 @@ class cWorld // tolua_export
|
|||||||
public:
|
public:
|
||||||
// tolua_end
|
// tolua_end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/** A simple RAII locker for the chunkmap - locks the chunkmap in its constructor, unlocks it in the destructor */
|
/** A simple RAII locker for the chunkmap - locks the chunkmap in its constructor, unlocks it in the destructor */
|
||||||
class cLock:
|
class cLock:
|
||||||
public cCSLock
|
public cCSLock
|
||||||
@ -67,13 +65,6 @@ public:
|
|||||||
cLock(const cWorld & a_World);
|
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.
|
/** 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_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
|
@param a_WorldNames is a list of all world names, used to validate linked worlds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user