1
0
Fork 0

(svn r1202) -Fix: removed unused variable

release/0.4.5
truelight 2004-12-21 16:56:43 +00:00
parent 9044110096
commit 07d0fd6719
1 changed files with 1 additions and 2 deletions

View File

@ -821,7 +821,6 @@ void NetworkAddServer(const byte *b)
{ {
if (*b != '\0') { if (*b != '\0') {
NetworkGameList *item; NetworkGameList *item;
uint i;
const byte *port = NULL; const byte *port = NULL;
const byte *player = NULL; const byte *player = NULL;
byte host[NETWORK_HOSTNAME_LENGTH]; byte host[NETWORK_HOSTNAME_LENGTH];
@ -842,7 +841,7 @@ void NetworkAddServer(const byte *b)
} }
} }
/* Generates the list of manually added hosts from NetworkGameList and /* Generates the list of manually added hosts from NetworkGameList and
* dumps them into the array _network_host_list. This array is needed * dumps them into the array _network_host_list. This array is needed
* by the function that generates the config file. */ * by the function that generates the config file. */
void NetworkRebuildHostList() void NetworkRebuildHostList()