Removes bits of code and includes that are based on old 360, xbox and PS3 flags that are no longer needed.

This commit is contained in:
Areloch 2017-04-08 20:30:57 -05:00
parent 513789c2c7
commit 26fd24fbab
43 changed files with 35 additions and 356 deletions

View file

@ -1739,9 +1739,6 @@ static void handleGameMasterInfoRequest( const NetAddress* address, U32 key, U8
temp8 = 0;
#if defined(TORQUE_OS_LINUX) || defined(TORQUE_OS_OPENBSD)
temp8 |= ServerInfo::Status_Linux;
#endif
#if defined(TORQUE_OS_XENON)
temp8 |= ServerInfo::Status_Xenon;
#endif
if ( Con::getBoolVariable( "Server::Dedicated" ) )
temp8 |= ServerInfo::Status_Dedicated;
@ -2003,9 +2000,6 @@ static void handleGameInfoRequest( const NetAddress* address, U32 key, U8 flags
U8 status = 0;
#if defined(TORQUE_OS_LINUX) || defined(TORQUE_OS_OPENBSD)
status |= ServerInfo::Status_Linux;
#endif
#if defined(TORQUE_OS_XENON)
status |= ServerInfo::Status_Xenon;
#endif
if ( Con::getBoolVariable( "Server::Dedicated" ) )
status |= ServerInfo::Status_Dedicated;