summaryrefslogtreecommitdiff
path: root/source/cl_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cl_main.c')
-rw-r--r--source/cl_main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/cl_main.c b/source/cl_main.c
index 0c5d93d..26288da 100644
--- a/source/cl_main.c
+++ b/source/cl_main.c
@@ -2390,17 +2390,6 @@ static void CL_RestartRefresh_f( void ) {
CL_RestartRefresh( qtrue );
}
-/*
-============
-CL_LocalConnect
-============
-*/
-void CL_LocalConnect( void ) {
- if ( FS_NeedRestart() ) {
- CL_RestartFilesystem( qfalse );
- }
-}
-
// execute string in server command buffer
static void exec_server_string( cmdbuf_t *buf, const char *text ) {
char *s;