egl/wayland: Fix unused variable warnings

Remove ctx variables unused as of 70e8ccc459.
This commit is contained in:
Chad Versace
2015-01-13 11:30:55 -08:00
parent 90d2a85193
commit 610c7486c2
-2
View 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++)