From db88df6657bed467e339c2c1254653c7ed5b9e0b Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Sat, 7 Dec 2013 23:47:38 -0500 Subject: [PATCH] Don't need that comment anymore --- qcsrc/common/weapons/config.qc | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/qcsrc/common/weapons/config.qc b/qcsrc/common/weapons/config.qc index e3dfe6f5a..bd9cabd10 100644 --- a/qcsrc/common/weapons/config.qc +++ b/qcsrc/common/weapons/config.qc @@ -12,20 +12,6 @@ void W_Config_Queue_Swap(float root, float child, entity pass) float W_Config_Queue_Compare(float root, float child, entity pass) { return strcmp(wep_config_queue[root], wep_config_queue[child]); - - #if 0 - float i, r, c; - for(i = 1; i <= 100; ++i) - { - r = str2chr(wep_config_queue[root], i); - c = str2chr(wep_config_queue[child], i); - if(r == c) { continue; } - else if(c > r) { return -1; } - else { return 1; } - } - - return 0; - #endif } void Dump_Weapon_Settings(void) -- 2.39.2