Simplify.

This commit is contained in:
Steve Checkoway
2007-06-09 21:56:16 +00:00
parent 733215ac14
commit b9cdcc3e7b
2 changed files with 0 additions and 7 deletions
-5
View File
@@ -280,11 +280,6 @@ void ScreenSelectMaster::BeginScreen()
ScreenSelect::BeginScreen();
}
void ScreenSelectMaster::Update( float fDelta )
{
ScreenSelect::Update( fDelta );
}
void ScreenSelectMaster::HandleScreenMessage( const ScreenMessage SM )
{
ScreenSelect::HandleScreenMessage( SM );
-2
View File
@@ -27,8 +27,6 @@ public:
virtual RString GetDefaultChoice();
virtual void BeginScreen();
virtual void Update( float fDelta );
virtual void MenuLeft( const InputEventPlus &input );
virtual void MenuRight( const InputEventPlus &input );
virtual void MenuUp( const InputEventPlus &input );