projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
349fa9c
)
dri2: Remove an unused variable.
author
Carl Worth
<cworth@cworth.org>
Wed, 21 Jul 2010 20:17:05 +0000
(13:17 -0700)
committer
Carl Worth
<cworth@cworth.org>
Wed, 21 Jul 2010 20:17:05 +0000
(13:17 -0700)
To quiet a compiler warning.
src/glx/dri2.c
patch
|
blob
|
history
diff --git
a/src/glx/dri2.c
b/src/glx/dri2.c
index ab530baf0f67b2a410ff216a55cbe0911ee952f5..6b8b2b99ed66a1c6dcaf9ae7f5243b08356e8b37 100644
(file)
--- 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);