aboutsummaryrefslogtreecommitdiffstats
path: root/code/cgame/cg_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/cgame/cg_main.c')
-rw-r--r--code/cgame/cg_main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/code/cgame/cg_main.c b/code/cgame/cg_main.c
index c5ea090..b4c3e13 100644
--- a/code/cgame/cg_main.c
+++ b/code/cgame/cg_main.c
@@ -438,9 +438,6 @@ void QDECL CG_Error( const char *msg, ... ) {
trap_Error( text );
}
-#ifndef CGAME_HARD_LINKED
-// this is only here so the functions in q_shared.c and bg_*.c can link (FIXME)
-
void QDECL Com_Error( int level, const char *error, ... ) {
va_list argptr;
char text[1024];
@@ -463,8 +460,6 @@ void QDECL Com_Printf( const char *msg, ... ) {
CG_Printf ("%s", text);
}
-#endif
-
/*
================
CG_Argv