diff options
Diffstat (limited to 'src/ui/ui_atoms.c')
-rw-r--r-- | src/ui/ui_atoms.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/ui/ui_atoms.c b/src/ui/ui_atoms.c index b8adacdd..5abf7c31 100644 --- a/src/ui/ui_atoms.c +++ b/src/ui/ui_atoms.c @@ -74,23 +74,6 @@ void UI_StartDemoLoop( void ) { trap_Cmd_ExecuteText( EXEC_APPEND, "d1\n" ); } - -#ifndef MISSIONPACK // bk001206 -static void NeedCDAction( qboolean result ) { - if ( !result ) { - trap_Cmd_ExecuteText( EXEC_APPEND, "quit\n" ); - } -} -#endif // MISSIONPACK - -#ifndef MISSIONPACK // bk001206 -static void NeedCDKeyAction( qboolean result ) { - if ( !result ) { - trap_Cmd_ExecuteText( EXEC_APPEND, "quit\n" ); - } -} -#endif // MISSIONPACK - char *UI_Argv( int arg ) { static char buffer[MAX_STRING_CHARS]; |