This commit is contained in:
Glenn Maynard
2005-06-25 05:04:23 +00:00
parent 0eb33aa806
commit 70702f29de
2 changed files with 0 additions and 8 deletions
-7
View File
@@ -9,13 +9,6 @@
#define PREV_SCREEN THEME->GetMetric ("ScreenSongOptions","PrevScreen")
#define NEXT_SCREEN THEME->GetMetric ("ScreenSongOptions","NextScreen")
/* Get the next screen we'll go to when finished. */
CString ScreenSongOptions::GetNextScreen()
{
return NEXT_SCREEN;
}
REGISTER_SCREEN_CLASS( ScreenSongOptions );
ScreenSongOptions::ScreenSongOptions( CString sClassName ) :
ScreenOptionsMaster( sClassName )