Clean out some dead code and variables.

We haven't had serial or ipx support for a long time.
This commit is contained in:
Bill Currie 2011-07-29 10:11:14 +09:00
parent 1e3f321070
commit 07d5b114bc
4 changed files with 3 additions and 79 deletions

View file

@ -100,8 +100,6 @@ Host_Status_f (void)
print ("version: %4.2f\n", PACKAGE_VERSION);
if (tcpipAvailable)
print ("tcp/ip: %s\n", my_tcpip_address);
if (ipxAvailable)
print ("ipx: %s\n", my_ipx_address);
print ("map: %s\n", sv.name);
print ("players: %i active (%i max)\n\n", net_activeconnections,
svs.maxclients);