summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Figa <[email protected]>2016-07-13 11:33:24 +0800
committerEmil Velikov <[email protected]>2016-07-20 15:10:33 +0100
commitccda100a5a2838adec16ac10b2cc1c73e666e7d2 (patch)
tree35cb90b3b8c76d43e8975644870e0459d9a9010e
parent70a28afb296de3e89248ad2a2bc0611e7afb762b (diff)
egl/android: Remove unused variables
There are some unused variables left after previous clean-ups triggering compiler warnings. Let's remove them. Cc: "12.0" <[email protected]> Signed-off-by: Tomasz Figa <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
-rw-r--r--src/egl/drivers/dri2/platform_android.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/egl/drivers/dri2/platform_android.c b/src/egl/drivers/dri2/platform_android.c
index b1d7272092c..b33f4e8c8b0 100644
--- a/src/egl/drivers/dri2/platform_android.c
+++ b/src/egl/drivers/dri2/platform_android.c
@@ -431,10 +431,8 @@ droid_image_get_buffers(__DRIdrawable *driDrawable,
static EGLBoolean
droid_swap_buffers(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw)
{
- struct dri2_egl_driver *dri2_drv = dri2_egl_driver(drv);
struct dri2_egl_display *dri2_dpy = dri2_egl_display(disp);
struct dri2_egl_surface *dri2_surf = dri2_egl_surface(draw);
- _EGLContext *ctx;
if (dri2_surf->base.Type != EGL_WINDOW_BIT)
return EGL_TRUE;