(svn r1202) -Fix: removed unused variable

This commit is contained in:
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') {
NetworkGameList *item;
uint i;
const byte *port = NULL;
const byte *player = NULL;
byte host[NETWORK_HOSTNAME_LENGTH];