about summary refs log tree commit diff
path: root/src/game/server/gamemodes/zcatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/gamemodes/zcatch.h')
-rw-r--r--src/game/server/gamemodes/zcatch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/server/gamemodes/zcatch.h b/src/game/server/gamemodes/zcatch.h
index af776644..4f110a03 100644
--- a/src/game/server/gamemodes/zcatch.h
+++ b/src/game/server/gamemodes/zcatch.h
@@ -23,8 +23,6 @@ public:
 	virtual bool OnEntity(int Index, vec2 Pos);
 	virtual bool CanChangeTeam(CPlayer *pPlayer, int JoinTeam);
 	virtual void EndRound();
-
-	void CalcPlayerColor();
 };
 
 #endif