diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 582bd11855..6cbdb1c7e6 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -1034,8 +1034,8 @@ void ScreenEdit::UpdateTextInfo() /* XXX if( !PitchDetectionTest::MidiNoteToString( GAMESTATE->m_iEditMidiNote, sMidiNote ) ) sMidiNote = ""; - */ sText += ssprintf( "%s:\n %i (%s)\n", "Pitch", (int)GAMESTATE->m_iEditMidiNote, sMidiNote.c_str() ); + */ switch( EDIT_MODE.GetValue() ) {