From 3e7a5989e2942bb475e5e30533b2e83732fd3894 Mon Sep 17 00:00:00 2001 From: truelight Date: Tue, 21 Dec 2004 16:56:43 +0000 Subject: (svn r1202) -Fix: removed unused variable --- network.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/network.c b/network.c index 5f885892a..0d1daffe9 100644 --- a/network.c +++ b/network.c @@ -821,7 +821,6 @@ void NetworkAddServer(const byte *b) { if (*b != '\0') { NetworkGameList *item; - uint i; const byte *port = NULL; const byte *player = NULL; 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 * by the function that generates the config file. */ void NetworkRebuildHostList() -- cgit v1.2.3-54-g00ecf