]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
got rid of host_parms
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 32562e138ec36c6b7f89317a5b4c1a3ce0fef9c9..e04cc62292d503f1fb77381d9df95388616748e1 100644 (file)
--- a/host.c
+++ b/host.c
@@ -34,8 +34,6 @@ Memory is cleared / released when a server or client begins, not when they end.
 
 */
 
-quakeparms_t host_parms;
-
 qboolean       host_initialized;               // true if into command execution
 qboolean       host_loopactive = false;        // LordHavoc: used to turn Host_Error into Sys_Error if starting up or shutting down
 qboolean       host_shuttingdown = false;      // LordHavoc: set when quit is executed