This commit is contained in:
Glenn Maynard
2006-01-16 04:46:36 +00:00
parent 67cb967ad3
commit 20307748df
3 changed files with 1 additions and 9 deletions
+1 -2
View File
@@ -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 )
{
-2
View File
@@ -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 );