about summary refs log tree commit diff
path: root/src/engine/client/client.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-08-07 00:01:43 +0200
committeroy <Tom_Adams@web.de>2010-08-07 00:01:43 +0200
commit3f0ff1fb1404efcb312a6bfcef0beb4b6a0d92ef (patch)
treef928fc310846604ce6a8705cfb06a53bc1cbf58e /src/engine/client/client.h
parentcac5554bdbb3fe010d591bb81d6c258dcfdbf7ac (diff)
downloadzcatch-3f0ff1fb1404efcb312a6bfcef0beb4b6a0d92ef.tar.gz
zcatch-3f0ff1fb1404efcb312a6bfcef0beb4b6a0d92ef.zip
removed ServerDummy function cause it isn't needed anymore(actual console separates client and server commands) and added two missing server commands to the tab completion
Diffstat (limited to 'src/engine/client/client.h')
-rw-r--r--src/engine/client/client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/client/client.h b/src/engine/client/client.h
index c7174f85..9698abbb 100644
--- a/src/engine/client/client.h
+++ b/src/engine/client/client.h
@@ -280,7 +280,6 @@ public:
 	static void Con_Play(IConsole::IResult *pResult, void *pUserData);
 	static void Con_Record(IConsole::IResult *pResult, void *pUserData);
 	static void Con_StopRecord(IConsole::IResult *pResult, void *pUserData);
-	static void Con_ServerDummy(IConsole::IResult *pResult, void *pUserData);
 
 	void RegisterCommands();