Module: Mesa Branch: master Commit: 846cf495226be78b05e74064662eba4e7eb8280e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=846cf495226be78b05e74064662eba4e7eb8280e
Author: Kristian Høgsberg <[email protected]> Date: Tue Feb 16 10:37:48 2010 -0500 glx: Fix a couple of warnings --- src/glx/dri2.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/glx/dri2.c b/src/glx/dri2.c index 963c587..5de55cd 100644 --- a/src/glx/dri2.c +++ b/src/glx/dri2.c @@ -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); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
