[splittiming] Don't need this pre-filled.

This commit is contained in:
Jason Felds
2011-05-16 09:41:07 -04:00
parent b45aae71e2
commit 49552d41e5
+2 -4
View File
@@ -4002,13 +4002,11 @@ void ScreenEdit::HandleTimingDataInformationChoice( TimingDataInformationChoice
break;
case speed_mode:
{
RString sMode = ( GetAppropriateTiming().GetSpeedModeAtBeat( GetBeat() ) == 0 ?
"Beats" : "Seconds" );
ScreenTextEntry::TextEntry(
SM_BackFromSpeedModeChange,
ENTER_SPEED_MODE_VALUE,
sMode.c_str(),
10
"",
3
);
break;