Simplify.

This commit is contained in:
Steve Checkoway
2006-08-10 06:39:08 +00:00
parent c82810b12b
commit 547920b6cd
7 changed files with 24 additions and 44 deletions
-3
View File
@@ -145,8 +145,6 @@ void ScreenNetworkOptions::HandleScreenMessage( const ScreenMessage SM )
void ScreenNetworkOptions::MenuStart( const InputEventPlus &input )
{
#if defined( WITHOUT_NETWORKING )
#else
switch( GetCurrentRow() )
{
case PO_CONNECTION:
@@ -201,7 +199,6 @@ void ScreenNetworkOptions::MenuStart( const InputEventPlus &input )
default:
ScreenOptions::MenuStart( input );
}
#endif
}
void ScreenNetworkOptions::ImportOptions( int iRow, const vector<PlayerNumber> &vpns ) { }