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 )