diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 3ded00b02a..a3075f2de8 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -691,13 +691,9 @@ bool HandleGlobalInputs( DeviceInput DeviceI, InputEventType type, GameInput Gam } #endif -#ifndef DARWIN /* XXX: Er, this doesn't work; Windows traps this key and takes a screenshot * into the clipboard. I don't want to disable that, though; it's useful. */ if(DeviceI == DeviceInput(DEVICE_KEYBOARD, SDLK_F11)) -#else - if(DeviceI == DeviceInput(DEVICE_KEYBOARD, SDLK_KP_MULTIPLY)) -#endif { // Save Screenshot. CString sPath;