summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/World.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/World.h b/src/World.h
index 82dd04b49..8db9a9e9d 100644
--- a/src/World.h
+++ b/src/World.h
@@ -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