From 306cadad050cb9bd1913b9f7f335714613c13e1f Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 5 Oct 2000 15:27:14 +0000 Subject: [PATCH] remove redundant refs to in_dga_mouseaccel --- source/vid_glx.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/vid_glx.c b/source/vid_glx.c index 1c7e4b3..5e3fc35 100644 --- a/source/vid_glx.c +++ b/source/vid_glx.c @@ -91,7 +91,6 @@ unsigned int d_8to24table[256]; unsigned char d_15to8table[65536]; cvar_t *vid_mode; -extern cvar_t *in_dga_mouseaccel; #ifdef HAVE_DGA static int hasdgavideo = 0; @@ -455,10 +454,6 @@ void VID_Init(unsigned char *palette) int width = 640, height = 480; vid_mode = Cvar_Get ("vid_mode","0",0,"None"); -#ifdef HAVE_DGA - in_dga_mouseaccel = Cvar_Get("vid_dga_mouseaccel","1",CVAR_ARCHIVE, - "None"); -#endif vid.maxwarpwidth = WARP_WIDTH; vid.maxwarpheight = WARP_HEIGHT; vid.colormap = host_colormap;