unused
This commit is contained in:
@@ -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 )
|
||||
|
||||
@@ -10,7 +10,6 @@ class ScreenSongOptions : public ScreenOptionsMaster
|
||||
public:
|
||||
ScreenSongOptions( CString sName );
|
||||
virtual void Init();
|
||||
static CString GetNextScreen();
|
||||
|
||||
private:
|
||||
virtual void ExportOptions( int row, const vector<PlayerNumber> &vpns );
|
||||
|
||||
Reference in New Issue
Block a user