summaryrefslogtreecommitdiff
path: root/src/glx/dri2.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-07-21 13:17:05 -0700
committerCarl Worth <cworth@cworth.org>2010-07-21 13:17:05 -0700
commitc0ca2bfb2ad8cf7fb9d756b5ae52cb77236ff605 (patch)
treeecb985fd97303157fce10c4591b936998ca75af3 /src/glx/dri2.c
parent349fa9ced7aa9f25a619aad3d90a5b4dcdf71df1 (diff)
dri2: Remove an unused variable.
To quiet a compiler warning.
Diffstat (limited to 'src/glx/dri2.c')
-rw-r--r--src/glx/dri2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glx/dri2.c b/src/glx/dri2.c
index ab530baf0f..6b8b2b99ed 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);