Xquartz: drop unused variable DRIReqCode
This variable is assigned once, but never used. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
b997d6e0d8
commit
3a7a954f6c
|
@ -63,7 +63,6 @@ AppleDRIResetProc(ExtensionEntry* extEntry);
|
|||
static int
|
||||
ProcAppleDRICreatePixmap(ClientPtr client);
|
||||
|
||||
static unsigned char DRIReqCode = 0;
|
||||
static int DRIEventBase = 0;
|
||||
|
||||
static void
|
||||
|
@ -510,7 +509,6 @@ AppleDRIExtensionInit(void)
|
|||
AppleDRIResetProc,
|
||||
StandardMinorOpcode))) {
|
||||
size_t i;
|
||||
DRIReqCode = (unsigned char)extEntry->base;
|
||||
DRIErrorBase = extEntry->errorBase;
|
||||
DRIEventBase = extEntry->eventBase;
|
||||
for (i = 0; i < AppleDRINumberEvents; i++)
|
||||
|
|
Loading…
Reference in New Issue