From 825543a3811e450cdd6d8bdbe2a2f6e9e8610253 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 23 Dec 2003 01:50:44 +0000 Subject: [PATCH] cleanup --- stepmania/src/ScreenEdit.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 240ca89567..e578a958ca 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -1796,8 +1796,6 @@ void ScreenEdit::HandleEditNotesStatisticsChoice( EditNotesStatisticsChoice c, i switch( c ) { - case predict_meter: - break; case description: SCREENMAN->TextEntry( SM_None, "Edit notes description.\nPress Enter to confirm,\nEscape to cancel.", m_pNotes->GetDescription(), ChangeDescription, NULL ); break;