unused
This commit is contained in:
@@ -9,13 +9,6 @@
|
|||||||
#define PREV_SCREEN THEME->GetMetric ("ScreenSongOptions","PrevScreen")
|
#define PREV_SCREEN THEME->GetMetric ("ScreenSongOptions","PrevScreen")
|
||||||
#define NEXT_SCREEN THEME->GetMetric ("ScreenSongOptions","NextScreen")
|
#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 );
|
REGISTER_SCREEN_CLASS( ScreenSongOptions );
|
||||||
ScreenSongOptions::ScreenSongOptions( CString sClassName ) :
|
ScreenSongOptions::ScreenSongOptions( CString sClassName ) :
|
||||||
ScreenOptionsMaster( sClassName )
|
ScreenOptionsMaster( sClassName )
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ class ScreenSongOptions : public ScreenOptionsMaster
|
|||||||
public:
|
public:
|
||||||
ScreenSongOptions( CString sName );
|
ScreenSongOptions( CString sName );
|
||||||
virtual void Init();
|
virtual void Init();
|
||||||
static CString GetNextScreen();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
virtual void ExportOptions( int row, const vector<PlayerNumber> &vpns );
|
virtual void ExportOptions( int row, const vector<PlayerNumber> &vpns );
|
||||||
|
|||||||
Reference in New Issue
Block a user