From b7ffb3599deca1f148f9130ccd66642275bacb68 Mon Sep 17 00:00:00 2001 From: sezero Date: Wed, 30 Jul 2014 09:45:07 +0000 Subject: [PATCH] remove unused var git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@943 af15c1b1-3010-417e-b628-4374ebc0bcbd --- Quake/host_cmd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Quake/host_cmd.c b/Quake/host_cmd.c index 000ca78e..7f3b1749 100644 --- a/Quake/host_cmd.c +++ b/Quake/host_cmd.c @@ -406,7 +406,6 @@ void Modlist_Init (void) struct dirent *dir_t, *mod_dir_t; qboolean progs_found, pak_found; char dir_string[MAX_OSPATH], mod_dir_string[MAX_OSPATH]; - int i; q_snprintf (dir_string, sizeof(dir_string), "%s/", com_basedir); dir_p = opendir(dir_string);