]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_draw.c
migrated a large number of #define MAX values to quakedef.h and added a
[xonotic/darkplaces.git] / gl_draw.c
index f0a2c073bcafb8f906400816514785c8dad92e6d..ae8174710eb579ef769df3f0598159ae41ab02d8 100644 (file)
--- a/gl_draw.c
+++ b/gl_draw.c
@@ -37,8 +37,6 @@ extern cvar_t v_glslgamma;
 /* Support Routines */
 
 #define FONT_FILESIZE 13468
-#define MAX_CACHED_PICS 1024
-#define CACHEPICHASHSIZE 256
 static cachepic_t *cachepichash[CACHEPICHASHSIZE];
 static cachepic_t cachepics[MAX_CACHED_PICS];
 static int numcachepics;