diff options
author | Andrey Nazarov <skuller@skuller.net> | 2010-03-03 21:33:16 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2010-03-03 21:33:16 +0000 |
commit | 876945693d1ed78a2a122c37fe82409ce16568da (patch) | |
tree | 609f2c6ee7607eaae83b3213dca73bcacdaaf621 /source/cl_main.c | |
parent | 8d5345be32ece1e2e396d2bd3499ded790cb9a8c (diff) |
Kill CL_LocalConnect preventing dedicated server to build.
Diffstat (limited to 'source/cl_main.c')
-rw-r--r-- | source/cl_main.c | 11 |
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; |