egl/wayland: Fix unused variable warnings
authorChad Versace <chad.versace@intel.com>
Tue, 13 Jan 2015 19:30:55 +0000 (11:30 -0800)
committerChad Versace <chad.versace@intel.com>
Tue, 13 Jan 2015 19:33:23 +0000 (11:33 -0800)
Remove ctx variables unused as of 70e8ccc459.

src/egl/drivers/dri2/platform_wayland.c

index e8b441316ee5caf15767b0a59ee627934eb4b5b3..3c34e071580992d3f7355367d7510cd7136d3669 100644 (file)
@@ -596,8 +596,6 @@ dri2_wl_swap_buffers_with_damage(_EGLDriver *drv,
 {
    struct dri2_egl_display *dri2_dpy = dri2_egl_display(disp);
    struct dri2_egl_surface *dri2_surf = dri2_egl_surface(draw);
-   struct dri2_egl_context *dri2_ctx;
-   _EGLContext *ctx;
    int i;
 
    for (i = 0; i < ARRAY_SIZE(dri2_surf->color_buffers); i++)