Do this in metrics instead.

This commit is contained in:
Steve Checkoway
2007-02-19 04:25:07 +00:00
parent 8f18ee731d
commit a0dfa4d06a
-2
View File
@@ -206,8 +206,6 @@ RString Screen::GetNextScreen() const
RString Screen::GetPrevScreen() const
{
if( SCREENMAN->IsStackedScreen(this) )
return "--Stacked Screen--";
return PREV_SCREEN;
}