mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
Clean out some dead code and variables.
We haven't had serial or ipx support for a long time.
This commit is contained in:
parent
1e3f321070
commit
07d5b114bc
4 changed files with 3 additions and 79 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue