diff --git a/stepmania/src/GrooveRadar.cpp b/stepmania/src/GrooveRadar.cpp index a9e482a541..d5acf1c925 100644 --- a/stepmania/src/GrooveRadar.cpp +++ b/stepmania/src/GrooveRadar.cpp @@ -14,7 +14,6 @@ static const ThemeMetric LABEL_ON_COMMAND ("GrooveRadar","LabelOnCommand"); static const ThemeMetric LABEL_ON_DELAY ("GrooveRadar","LabelOnDelay"); static const ThemeMetric LABEL_ON_COMMAND_POST_DELAY ("GrooveRadar","LabelOnCommandPostDelay"); -static const ThemeMetric DISABLE_RADAR ("GrooveRadar","DisableRadar"); float RADAR_VALUE_ROTATION( int iValueIndex ) { return PI/2 + PI*2 / 5.0f * iValueIndex; } @@ -82,8 +81,6 @@ GrooveRadar::GrooveRadarValueMap::GrooveRadarValueMap() void GrooveRadar::GrooveRadarValueMap::SetFromSteps( PlayerNumber pn, Steps* pSteps ) // NULL means no song { - if( (bool)DISABLE_RADAR ) // if the theme says not to disable it - return; if( pSteps != NULL ) { for( int c=0; c