]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
Revert the cvar alias system, as a checkpoint pending an overhaul
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 4fb4b28731d63f7f6e2b296c68d8d7663f1b1895..f9dd0c570fc4546079c3dcdb1cadd9825c661a2e 100644 (file)
--- a/host.c
+++ b/host.c
@@ -1168,8 +1168,6 @@ void Host_UnlockSession(void)
        }
 }
 
-extern hook_t *csqc_concmd;
-
 /*
 ====================
 Host_Init
@@ -1239,8 +1237,6 @@ static void Host_Init (void)
        // initialize memory subsystem cvars/commands
        Memory_Init_Commands();
 
-       Hook_Init();
-       csqc_concmd = Hook_Register(csqc_concmd,CL_VM_ConsoleCommand,1);
        // initialize console and logging and its cvars/commands
        Con_Init();