diff --git a/gfx/drivers/gl.c b/gfx/drivers/gl.c index d020d30ec1..3a5441ab50 100644 --- a/gfx/drivers/gl.c +++ b/gfx/drivers/gl.c @@ -1279,8 +1279,6 @@ static INLINE void gl_copy_frame(gl_t *gl, const void *frame, RARCH_PERFORMANCE_INIT(copy_frame); RARCH_PERFORMANCE_START(copy_frame); - (void)data_buf; - #if defined(HAVE_OPENGLES2) #if defined(HAVE_EGL) if (gl->egl_images)