From 889306f8ad6890b6bdd0fd94a160a7d8f13efb44 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 8 May 2016 07:10:51 +0200 Subject: [PATCH] Remove unused variable --- gfx/video_texture_image.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gfx/video_texture_image.c b/gfx/video_texture_image.c index 674b625a2c..012b388c31 100644 --- a/gfx/video_texture_image.c +++ b/gfx/video_texture_image.c @@ -116,7 +116,6 @@ bool video_texture_image_color_convert(unsigned r_shift, static bool video_texture_image_rpng_gx_convert_texture32( struct texture_image *image) { - int ret; unsigned tmp_pitch, width2, i; const uint16_t *src = NULL; uint16_t *dst = NULL;