From 94c850b14a7800419edc9d654b66706d79029df6 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 1 May 2000 08:28:27 +0000 Subject: [PATCH] VID_SetPalette is required for my g200 (this might have to be cvar'ed if it affects anybody else adversly), and doesn't cause any problems, so I've removed it's experimental status. Also removed some commented out experimental code (well, non that disabled dga). --- common/vid_glx.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/common/vid_glx.c b/common/vid_glx.c index 664da8f..da214e1 100644 --- a/common/vid_glx.c +++ b/common/vid_glx.c @@ -42,10 +42,6 @@ #include #include -//#ifndef _EXPERIMENTAL_ -//# undef HAS_DGA -//#endif - #include #include #include @@ -207,9 +203,7 @@ InitSig(void) void VID_ShiftPalette(unsigned char *p) { -#ifdef _EXPERIMENTAL_ VID_SetPalette(p); -#endif } void VID_SetPalette (unsigned char *palette)