diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 03ef699108..bb69a08da2 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1701,21 +1701,6 @@ void ScreenGameplay::Input( const DeviceInput& DeviceI, const InputEventType typ m_textDebug.SetDiffuse( RageColor(1,1,1,0) ); } break; - // testing: - case SDLK_PAUSE: - { - if( GAMESTATE->m_PlayerOptions[PLAYER_1].m_fPerspectiveTilt == -1 ) // incoming - { - for( int p=0; pm_PlayerOptions[PLAYER_1].m_fPerspectiveTilt = 0; - } - else - { - for( int p=0; pm_PlayerOptions[PLAYER_1].m_fPerspectiveTilt = -1; - } - } - break; } }