From 01095c29fa18e3eaece7a3eeacd201c03f49803c Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 6 Jun 2005 07:22:59 +0000 Subject: [PATCH] fix two warnings after the last commit git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5403 d7cf8633-e32d-0410-b094-e92efae38249 --- host_cmd.c | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.39.2