From 956f5bca280e8d5e40dd2c81313a8b5b72ae0706 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Wed, 7 Apr 2021 17:15:28 +0100 Subject: Remove unused GetClassStatic in cWorld --- src/World.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/World.h') 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 -- cgit v1.2.3