mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-06 16:30:42 +01:00
glx: Fix a couple of warnings
This commit is contained in:
parent
215d0dae61
commit
846cf49522
1 changed files with 0 additions and 2 deletions
|
|
@ -88,8 +88,6 @@ DRI2WireToEvent(Display *dpy, XEvent *event, xEvent *wire)
|
|||
{
|
||||
XExtDisplayInfo *info = DRI2FindDisplay(dpy);
|
||||
XExtDisplayInfo *glx_info = __glXFindDisplay(dpy);
|
||||
static int glx_event_base;
|
||||
static Bool found_glx_info = False;
|
||||
|
||||
XextCheckExtension(dpy, info, dri2ExtensionName, False);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue