cleanup
This commit is contained in:
@@ -42,8 +42,6 @@ public:
|
||||
virtual void HandleScreenMessage( const ScreenMessage SM );
|
||||
|
||||
protected:
|
||||
OptionRowType m_OptionRowType;
|
||||
|
||||
virtual void TweenOnScreen();
|
||||
virtual void TweenOffScreen();
|
||||
|
||||
@@ -104,6 +102,7 @@ protected: // derived classes need access to these
|
||||
protected:
|
||||
/* Map menu lines to m_OptionRow entries. */
|
||||
vector<OptionRow*> m_pRows;
|
||||
OptionRowType m_OptionRowType;
|
||||
|
||||
Navigation m_OptionsNavigation;
|
||||
InputMode m_InputMode;
|
||||
|
||||
@@ -87,11 +87,6 @@ void ScreenOptionsMemoryCard::HandleMessage( const CString& sMessage )
|
||||
}
|
||||
}
|
||||
|
||||
void ScreenOptionsMemoryCard::MenuStart( const InputEventPlus &input )
|
||||
{
|
||||
ScreenOptions::MenuStart( input );
|
||||
}
|
||||
|
||||
void ScreenOptionsMemoryCard::ImportOptions( int iRow, const vector<PlayerNumber> &vpns )
|
||||
{
|
||||
|
||||
|
||||
@@ -11,8 +11,6 @@ public:
|
||||
|
||||
virtual void HandleScreenMessage( const ScreenMessage SM );
|
||||
|
||||
virtual void MenuStart( const InputEventPlus &input );
|
||||
|
||||
private:
|
||||
void ImportOptions( int iRow, const vector<PlayerNumber> &vpns );
|
||||
void ExportOptions( int iRow, const vector<PlayerNumber> &vpns );
|
||||
|
||||
Reference in New Issue
Block a user