]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix two warnings after the last commit
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 6 Jun 2005 07:22:59 +0000 (07:22 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 6 Jun 2005 07:22:59 +0000 (07:22 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5403 d7cf8633-e32d-0410-b094-e92efae38249

host_cmd.c

index b349af1e11795ce7e6adffb390260c94107a8781..d96572938371951c69a840d32c43105942082be4 100644 (file)
@@ -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)