]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - menu.c
Remove unused MP_Fallback from menu.c.
[xonotic/darkplaces.git] / menu.c
diff --git a/menu.c b/menu.c
index fb55bd75b00e7404812b70eb97a5d9d603a31593..59418bd567b19d8e8a8aefc13aa79a8368a210a4 100644 (file)
--- a/menu.c
+++ b/menu.c
@@ -5104,16 +5104,6 @@ void MP_Shutdown (void)
        PRVM_End;
 }
 
-void MP_Fallback (void)
-{
-       MP_Shutdown();
-
-       key_dest = key_game;
-
-       // init the normal menu now -> this will also correct the menu router pointers
-       MR_SetRouting (TRUE);
-}
-
 void MP_Init (void)
 {
        PRVM_Begin;