--- deliantra/server/socket/info.C 2006/09/20 21:53:50 1.11 +++ deliantra/server/socket/info.C 2006/12/09 17:28:37 1.12 @@ -216,7 +216,6 @@ if (flags & NDI_ALL) { player *tmppl; - int i; for (tmppl = first_player; tmppl != NULL; tmppl = tmppl->next) new_draw_info ((flags & ~NDI_ALL), pri, tmppl->ob, buf); @@ -671,7 +670,6 @@ void Log_Kill (const char *Who, const char *What, int WhatType, const char *With, int WithType) { - int i; size_t len; char buf[MAX_BUF];