summaryrefslogtreecommitdiff
path: root/source/cl_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cl_null.c')
-rw-r--r--source/cl_null.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/cl_null.c b/source/cl_null.c
index e897cee..8a0c3b9 100644
--- a/source/cl_null.c
+++ b/source/cl_null.c
@@ -32,12 +32,6 @@ qboolean CL_CheatsOK( void ) {
return qfalse;
}
-void CL_LocalConnect( void ) {
- if( FS_NeedRestart() ) {
- FS_Restart();
- }
-}
-
static void Key_Bind_Null_f( void ) {
}