From: Carl Worth Date: Wed, 21 Jul 2010 20:17:05 +0000 (-0700) Subject: dri2: Remove an unused variable. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c0ca2bfb2ad8cf7fb9d756b5ae52cb77236ff605;p=mesa.git dri2: Remove an unused variable. To quiet a compiler warning. --- diff --git a/src/glx/dri2.c b/src/glx/dri2.c index ab530baf0f6..6b8b2b99ed6 100644 --- a/src/glx/dri2.c +++ b/src/glx/dri2.c @@ -88,7 +88,6 @@ static Bool DRI2WireToEvent(Display *dpy, XEvent *event, xEvent *wire) { XExtDisplayInfo *info = DRI2FindDisplay(dpy); - XExtDisplayInfo *glx_info = __glXFindDisplay(dpy); XextCheckExtension(dpy, info, dri2ExtensionName, False);