]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys.h
Doxygen: more tweaks
[xonotic/darkplaces.git] / sys.h
diff --git a/sys.h b/sys.h
index d9a9d335dab78c600172c262817d54ffe1bb04f3..eb99088fee0c5c7100d36743c375a7725f787ce0 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -192,8 +192,6 @@ void* Sys_GetProcAddress (dllhandle_t handle, const char* name);
 
 int Sys_CheckParm (const char *parm);
 
-/// called early in Host_Init
-void Sys_InitConsole (void);
 /// called after command system is initialized but before first Con_Print
 void Sys_Init_Commands (void);