From 70ad864b4575d18a92092aeb6ffc8a6c198a9767 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 22 Oct 2010 16:08:57 +0200 Subject: [PATCH] remove an unused var --- qcsrc/common/mapinfo.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/mapinfo.qc b/qcsrc/common/mapinfo.qc index ab34824fd..43a05b1c0 100644 --- a/qcsrc/common/mapinfo.qc +++ b/qcsrc/common/mapinfo.qc @@ -532,7 +532,7 @@ string _MapInfo_GetDefaultEx(float t) void _MapInfo_Map_ApplyGametypeEx(string s, float pWantedType, float pThisType) { - string sa, k, v, spre; + string sa, k, v; float p; string fraglimit_normal; string fraglimit_caps; -- 2.39.2