glx: Fix a couple of warnings

This commit is contained in:
Kristian Høgsberg 2010-02-16 10:37:48 -05:00
parent 215d0dae61
commit 846cf49522

View file

@ -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);