]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
minor update to texture flags and logic stuff
[xonotic/darkplaces.git] / quakedef.h
index 0c8090033630293dc5e833723ba8302b490ef601..dc1be096cee9e59ea7d77bd181e8358180b09304 100644 (file)
@@ -225,8 +225,6 @@ void Host_Quit_f (void);
 void Host_ClientCommands (const char *fmt, ...);
 void Host_ShutdownServer (qboolean crash);
 
-// suppresses resolution and cache size console output and fullscreen DIB focus gain/loss
-extern qboolean msg_suppress_1;
 // skill level for currently loaded level (in case the user changes the cvar while the level is running, this reflects the level actually in use)
 extern int current_skill;
 
@@ -245,7 +243,6 @@ void fractalnoise(unsigned char *noise, int size, int startgrid);
 void fractalnoisequick(unsigned char *noise, int size, int startgrid);
 
 #include "palette.h"
-#include "image.h"
 
 void Sys_Shared_Init(void);