summaryrefslogtreecommitdiffstats
path: root/src/Scoreboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Scoreboard.h')
-rw-r--r--src/Scoreboard.h11
1 files changed, 0 insertions, 11 deletions
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<AString, Score> 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<AString> cPlayerNameSet;