remove old (don't care anymore ...)

This commit is contained in:
Glenn Maynard
2005-09-07 23:16:15 +00:00
parent f25852aa90
commit 93af28bdf1
2 changed files with 0 additions and 19 deletions
-17
View File
@@ -1236,23 +1236,6 @@ void ScreenEvaluation::HandleScreenMessage( const ScreenMessage SM )
ScreenWithMenuElements::HandleScreenMessage( SM );
}
void ScreenEvaluation::MenuLeft( PlayerNumber pn )
{
// What is the purpose of this? I keep my feet on the pads and
// was wondering why the grades weren't spinning. -Chris
// To be able to see the grade without having to wait for it to
// stop spinning. (I was hitting left repeatedly and wondering
// why it kept spinning ...)
//m_Grades[pn].SettleQuickly();
}
void ScreenEvaluation::MenuRight( PlayerNumber pn )
{
// What is the purpose of this? I keep my feet on the pads and
// was wondering why the grades weren't spinning. -Chris
//m_Grades[pn].SettleQuickly();
}
void ScreenEvaluation::MenuBack( PlayerNumber pn )
{
MenuStart( pn );
-2
View File
@@ -29,8 +29,6 @@ public:
virtual void HandleScreenMessage( const ScreenMessage SM );
virtual void TweenOursOffScreen();
virtual void MenuLeft( PlayerNumber pn );
virtual void MenuRight( PlayerNumber pn );
virtual void MenuBack( PlayerNumber pn );
virtual void MenuStart( PlayerNumber pn );