From 846cf495226be78b05e74064662eba4e7eb8280e Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Tue, 16 Feb 2010 10:37:48 -0500 Subject: glx: Fix a couple of warnings --- src/glx/dri2.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/glx') diff --git a/src/glx/dri2.c b/src/glx/dri2.c index 963c587e7a..5de55cdbf2 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); -- cgit v1.2.3