]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
remove unused global
authorRudolf Polzer <divVerent@xonotic.org>
Thu, 18 Aug 2011 08:01:38 +0000 (10:01 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Thu, 18 Aug 2011 08:01:38 +0000 (10:01 +0200)
qcsrc/server/cl_player.qc

index c1a836d9b65b0da88d6aba50b3895b9a6e380a76..e279ca435b6f2da24d1b24c8b8dd47d39565eb99 100644 (file)
@@ -13,7 +13,6 @@ void WeaponStats_Init()
 
 #define WEAPONSTATS_GETINDEX(awep,abot,vwep,vbot) (((vwep) + (awep) * (WEP_LAST - WEP_FIRST + 1) - (WEP_FIRST + WEP_FIRST * (WEP_LAST - WEP_FIRST + 1))) * 4 + (abot) * 2 + (vbot))
 
-string WeaponStats_prefix;
 void WeaponStats_ready(entity fh, entity pass, float status)
 {
        float i, j, n, ibot, jbot, idx;