From: havoc Date: Mon, 6 Jun 2005 07:22:59 +0000 (+0000) Subject: fix two warnings after the last commit X-Git-Tag: xonotic-v0.1.0preview~4779 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=01095c29fa18e3eaece7a3eeacd201c03f49803c;p=xonotic%2Fdarkplaces.git fix two warnings after the last commit git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5403 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/host_cmd.c b/host_cmd.c index b349af1e..d9657293 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -209,8 +209,6 @@ Host_Ping_f */ void Host_Ping_f (void) { - int i, j; - float total; client_t *client; if (cmd_source == src_command)