From 31969b67ad949af3aedceadf12babf992f235e11 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 12 Dec 2002 05:12:09 +0000 Subject: [PATCH] a couple of missed cleanups from the screen merge --- libs/video/targets/vid_wgl.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libs/video/targets/vid_wgl.c b/libs/video/targets/vid_wgl.c index db84069b9..a384ffb03 100644 --- a/libs/video/targets/vid_wgl.c +++ b/libs/video/targets/vid_wgl.c @@ -100,9 +100,6 @@ lmode_t lowresmodes[] = { {512, 384}, }; -// If you ever merge screen/gl_screen, don't forget this one -qboolean scr_skipupdate; - static int nummodes; static vmode_t modelist[MAX_MODE_LIST]; static vmode_t badmode; @@ -356,7 +353,7 @@ VID_SetFullDIBMode (int modenum) int VID_SetMode (int modenum, unsigned char *palette) { - int original_mode, temp; + int original_mode; qboolean stat = 0; MSG msg;