From 86cfb3821150d24cd60e5501720779696379643a Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Tue, 9 Feb 2021 13:01:13 +0000 Subject: MSVC warnings --- src/Scoreboard.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/Scoreboard.h') diff --git a/src/Scoreboard.h b/src/Scoreboard.h index c22ddfb28..523598578 100644 --- a/src/Scoreboard.h +++ b/src/Scoreboard.h @@ -96,12 +96,6 @@ public: /** Send this objective to the specified client */ void SendTo(cClientHandle & a_Client); - static const char * GetClassStatic(void) // Needed for ManualBindings's ForEach templates - { - return "cObjective"; - } - - private: typedef std::pair cTrackedPlayer; @@ -176,11 +170,6 @@ public: // tolua_end - static const char * GetClassStatic(void) // Needed for ManualBindings's ForEach templates - { - return "cTeam"; - } - private: typedef std::set cPlayerNameSet; -- cgit v1.2.3