From acfb616241c98927a367c26954f6ad72fcacb230 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 10 Jul 2003 04:33:57 +0000 Subject: [PATCH] err I guess BuildGammaTable8 was used! git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3225 d7cf8633-e32d-0410-b094-e92efae38249 --- palette.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/palette.c b/palette.c index 1e427e03..f76ec540 100644 --- a/palette.c +++ b/palette.c @@ -110,7 +110,6 @@ void Palette_Setup8to24(void) palette_font[255] = 0; } -#if 0 void BuildGammaTable8(float prescale, float gamma, float scale, float base, qbyte *out) { int i, adjusted; @@ -137,7 +136,6 @@ void BuildGammaTable8(float prescale, float gamma, float scale, float base, qbyt } } } -#endif void BuildGammaTable16(float prescale, float gamma, float scale, float base, unsigned short *out) { -- 2.39.2