mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
dri2: Remove an unused variable.
To quiet a compiler warning.
This commit is contained in:
parent
349fa9ced7
commit
c0ca2bfb2a
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue