remove empty overload

This commit is contained in:
Glenn Maynard
2006-01-15 08:13:24 +00:00
parent e341ce46bb
commit cfedf33602
2 changed files with 0 additions and 7 deletions
-5
View File
@@ -154,11 +154,6 @@ void ScreenOptionsMaster::BeginFadingOut()
ScreenOptions::BeginFadingOut();
}
void ScreenOptionsMaster::RefreshIcons( int r, PlayerNumber pn )
{
ScreenOptions::RefreshIcons( r, pn );
}
void ScreenOptionsMaster::HandleScreenMessage( const ScreenMessage SM )
{
if( SM == SM_ExportOptions )
-2
View File
@@ -24,8 +24,6 @@ protected:
virtual void ExportOptions( int iRow, const vector<PlayerNumber> &vpns );
virtual void BeginFadingOut();
virtual void RefreshIcons( int row, PlayerNumber pn );
};
#endif