summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/cl_cgame.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/client/cl_cgame.c b/src/client/cl_cgame.c
index 03735adb..1c7d91cc 100644
--- a/src/client/cl_cgame.c
+++ b/src/client/cl_cgame.c
@@ -184,15 +184,6 @@ void CL_AddCgameCommand( const char *cmdName ) {
Cmd_AddCommand( cmdName, NULL );
}
-/*
-=====================
-CL_CgameError
-=====================
-*/
-void CL_CgameError( const char *string ) {
- Com_Error( ERR_DROP, "%s", string );
-}
-
/*
=====================