From 02c692bb0e1da2163dafe3ffd668d7ff50990c1a Mon Sep 17 00:00:00 2001 From: Spoike Date: Fri, 9 Apr 2010 10:51:01 +0000 Subject: [PATCH] removed dead code git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3529 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/view.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/engine/client/view.c b/engine/client/view.c index 61a3c89bb..8deb03bd7 100644 --- a/engine/client/view.c +++ b/engine/client/view.c @@ -665,11 +665,7 @@ V_UpdatePalette */ void GLV_UpdatePalette (qboolean force, double ftime) { -// qboolean ogw; - int i, j; - qboolean update; -// qbyte *basepal, *newpal; -// qbyte pal[768]; + int i; float newhw_blend[4]; int ir, ig, ib; @@ -717,12 +713,7 @@ void GLV_UpdatePalette (qboolean force, double ftime) ramps[2][i] = gammatable[ib]<<8; } -// ogw = gammaworks; VID_ShiftPalette (NULL); -// if (ogw != gammaworks) -// { -// Con_DPrintf("Gamma working state %i\n", gammaworks); -// } } RSpeedEnd(RSPEED_PALETTEFLASHES);