dri2: Remove an unused variable.
authorCarl Worth <cworth@cworth.org>
Wed, 21 Jul 2010 20:17:05 +0000 (13:17 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 21 Jul 2010 20:17:05 +0000 (13:17 -0700)
To quiet a compiler warning.

src/glx/dri2.c

index ab530ba..6b8b2b9 100644 (file)
@@ -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);