From: Kristian Høgsberg Date: Tue, 16 Feb 2010 15:37:48 +0000 (-0500) Subject: glx: Fix a couple of warnings X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=846cf495226be78b05e74064662eba4e7eb8280e;p=mesa.git glx: Fix a couple of warnings --- 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);