diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index cf6981813e..6cb224d0be 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -1290,7 +1290,7 @@ bool HandleGlobalInputs( const InputEventPlus &input ) return false; // Attract need to know because they go to TitleMenu on > 1 credit } -#ifndef MACOSX +#if !defined(MACOSX) if( input.DeviceI == DeviceInput(DEVICE_KEYBOARD, KEY_F4) ) { if( INPUTFILTER->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD, KEY_RALT)) || @@ -1301,17 +1301,6 @@ bool HandleGlobalInputs( const InputEventPlus &input ) return true; } } -#else - if( input.DeviceI == DeviceInput(DEVICE_KEYBOARD, KEY_Cq) ) - { - if(INPUTFILTER->IsBeingPressed(DeviceInput(DEVICE_KEYBOARD, KEY_RMETA)) || - INPUTFILTER->IsBeingPressed(DeviceInput(DEVICE_KEYBOARD, KEY_LMETA))) - { - // pressed CMD-Q - ExitGame(); - return true; - } - } #endif bool bDoScreenshot =