From f4aa39adc1bc9b7946316bd2589c353a47874d27 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Tue, 25 Aug 2015 16:22:16 -0500 Subject: [PATCH] Remove unused define CG_FONT_THRESHOLD --- code/cgame/cg_local.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/cgame/cg_local.h b/code/cgame/cg_local.h index 4c4f6eaa..d78fad72 100644 --- a/code/cgame/cg_local.h +++ b/code/cgame/cg_local.h @@ -31,10 +31,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // If you absolutely need something stored, it can either be kept // by the server in the server stored userinfos, or stashed in a cvar. -#ifdef MISSIONPACK -#define CG_FONT_THRESHOLD 0.1 -#endif - #define POWERUP_BLINKS 5 #define POWERUP_BLINK_TIME 1000