mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 19:04:50 +00:00
(1882) xwin: drop unused variable WindowsDRIReqCode
This variable is assigned once, but never used. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
#include "glx/dri_helpers.h"
|
||||
|
||||
static int WindowsDRIErrorBase = 0;
|
||||
static unsigned char WindowsDRIReqCode = 0;
|
||||
static int WindowsDRIEventBase = 0;
|
||||
|
||||
static void
|
||||
@@ -259,7 +258,6 @@ WindowsDRIExtensionInit(void)
|
||||
WindowsDRIResetProc,
|
||||
StandardMinorOpcode))) {
|
||||
size_t i;
|
||||
WindowsDRIReqCode = (unsigned char)extEntry->base;
|
||||
WindowsDRIErrorBase = extEntry->errorBase;
|
||||
WindowsDRIEventBase = extEntry->eventBase;
|
||||
for (i = 0; i < WindowsDRINumberEvents; i++)
|
||||
|
||||
Reference in New Issue
Block a user