Reverted change to control ScreenSelectMusic

This commit is contained in:
Charles Lohr
2004-08-26 08:52:26 +00:00
parent 6f8b89d855
commit b3e23e2201
2 changed files with 2 additions and 8 deletions
-4
View File
@@ -48,7 +48,6 @@ const int NUM_SCORE_DIGITS = 9;
#define CODES THEME->GetMetric (m_sName,"Codes")
static const ScreenMessage SM_AllowOptionsMenuRepeat = ScreenMessage(SM_User+1);
const ScreenMessage SM_NET_SelectSong = ScreenMessage(SM_User+2);
CString g_sFallbackCDTitlePath;
ScreenSelectMusic::ScreenSelectMusic( CString sClassName ) : ScreenWithMenuElements( sClassName )
@@ -1022,9 +1021,6 @@ void ScreenSelectMusic::HandleScreenMessage( const ScreenMessage SM )
case SM_LoseFocus:
CodeDetector::RefreshCacheItems(); /* reset for other screens */
break;
case SM_NET_SelectSong:
//Code will be added shortly
break;
}
Screen::HandleScreenMessage( SM );