network.c
changeset 746 976fc7c0edf3
parent 738 0b2fb79e64fc
child 764 68b398e2b780
--- a/network.c	Tue Dec 21 16:54:46 2004 +0000
+++ b/network.c	Tue Dec 21 16:56:43 2004 +0000
@@ -821,7 +821,6 @@
 {
 	if (*b != '\0') {
 		NetworkGameList *item;
-		uint i;
 		const byte *port = NULL;
 		const byte *player = NULL;
 		byte host[NETWORK_HOSTNAME_LENGTH];
@@ -842,7 +841,7 @@
 	}
 }
 
-/* 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()