]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_draw.c
added Q2 and Q3 contents flags
[xonotic/darkplaces.git] / gl_draw.c
index 88b9f194892323bea1758cb8808b6dad6bb7dcca..d2e627d7a8f9420c08d1d0ba053057ccebe80c9e 100644 (file)
--- a/gl_draw.c
+++ b/gl_draw.c
@@ -21,8 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "quakedef.h"
 #include "image.h"
 
-cvar_t scr_conalpha = {CVAR_SAVE, "scr_conalpha", "1"};
-
 static rtexture_t *char_texture;
 
 //=============================================================================
@@ -369,8 +367,6 @@ static void gl_draw_newmap(void)
 
 void GL_Draw_Init (void)
 {
-       Cvar_RegisterVariable (&scr_conalpha);
-
        numcachepics = 0;
        memset(cachepichash, 0, sizeof(cachepichash));