diff --git a/common/vid_ggi.c b/common/vid_ggi.c index b331353..2cccf67 100644 --- a/common/vid_ggi.c +++ b/common/vid_ggi.c @@ -38,10 +38,6 @@ unsigned short d_8to16table[256]; cvar_t _windowed_mouse = {"_windowed_mouse","0", true}; cvar_t m_filter = {"m_filter","0", true}; -// not used -int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; -byte *VGA_pagebase; - #define NUM_STDBUTTONS 3 #define NUM_BUTTONS 10 diff --git a/common/vid_sunx.c b/common/vid_sunx.c index d6c6f68..a8e937e 100644 --- a/common/vid_sunx.c +++ b/common/vid_sunx.c @@ -52,9 +52,6 @@ int p_mouse_x; int p_mouse_y; qboolean mouse_grabbed = false; // we grab it when console is up -int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; -byte *VGA_pagebase; - // The following X property format is defined in Motif 1.1's // Xm/MwmUtils.h, but QUAKE should not depend on that header // file. Note: Motif 1.2 expanded this structure with diff --git a/common/vid_sunxil.c b/common/vid_sunxil.c index 9a36f86..440f8b8 100644 --- a/common/vid_sunxil.c +++ b/common/vid_sunxil.c @@ -121,9 +121,6 @@ int vid_buffersize; FocusChangeMask \ ) -int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; -byte *VGA_pagebase; - qboolean x_fullscreen = true; Display *x_disp = NULL; int x_screen, x_screen_width, x_screen_height; diff --git a/common/vid_x.c b/common/vid_x.c index 7b205b7..0afccf8 100644 --- a/common/vid_x.c +++ b/common/vid_x.c @@ -46,10 +46,6 @@ cvar_t _windowed_mouse = {"_windowed_mouse","0", true}; cvar_t m_filter = {"m_filter","0", true}; float old_windowed_mouse; -// not used -int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar; -byte *VGA_pagebase; - qboolean mouse_avail; int mouse_buttons=3;