diff options
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/dri2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glx/dri2.c b/src/glx/dri2.c index 963c587e7aa..5de55cdbf29 100644 --- a/src/glx/dri2.c +++ b/src/glx/dri2.c @@ -88,8 +88,6 @@ DRI2WireToEvent(Display *dpy, XEvent *event, xEvent *wire) { XExtDisplayInfo *info = DRI2FindDisplay(dpy); XExtDisplayInfo *glx_info = __glXFindDisplay(dpy); - static int glx_event_base; - static Bool found_glx_info = False; XextCheckExtension(dpy, info, dri2ExtensionName, False); |