diff --git a/stepmania/src/ScreenTestLights.cpp b/stepmania/src/ScreenTestLights.cpp index d6826fa11b..181f74f199 100644 --- a/stepmania/src/ScreenTestLights.cpp +++ b/stepmania/src/ScreenTestLights.cpp @@ -68,8 +68,6 @@ void ScreenTestLights::Update( float fDeltaTime ) case LIGHTSMODE_TEST_MANUAL_CYCLE: s += "Manual Cycle\n"; break; - default: - ASSERT(0); } if( cl == LIGHT_INVALID )