From 4828fb8947858bb332dd50afdbb6dbd22beafa4a Mon Sep 17 00:00:00 2001 From: Mark Olsen Date: Sun, 23 Sep 2007 09:57:48 +0000 Subject: [PATCH] vid_curpal isn't needed with GL. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2683 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/gl/gl_vidnull.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine/gl/gl_vidnull.c b/engine/gl/gl_vidnull.c index 88ec841e0..873d86eba 100644 --- a/engine/gl/gl_vidnull.c +++ b/engine/gl/gl_vidnull.c @@ -1,7 +1,5 @@ #include "quakedef.h" -qbyte vid_curpal[768]; - #ifdef IN_XFLIP cvar_t in_xflip = {"in_xflip", "0"}; #endif