about summary refs log tree commit diff
path: root/src/game/server/srv_ctf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/srv_ctf.h')
-rw-r--r--src/game/server/srv_ctf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/server/srv_ctf.h b/src/game/server/srv_ctf.h
index 70bb7777..e7bc93ab 100644
--- a/src/game/server/srv_ctf.h
+++ b/src/game/server/srv_ctf.h
@@ -27,9 +27,6 @@ public:
 	
 	flag(int _team);
 
-	bool is_grounded();
-	
 	virtual void reset();
-	virtual void tick();
 	virtual void snap(int snapping_client);
 };