From 87bdb345995eb3d9cb12ea2979f6d609ec3d6055 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 22 Jan 2016 15:36:04 +0100 Subject: [PATCH] Get rid of some unused variables --- cores/libretro-imageviewer/image_core.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cores/libretro-imageviewer/image_core.c b/cores/libretro-imageviewer/image_core.c index 643dd9a06b..7607452918 100644 --- a/cores/libretro-imageviewer/image_core.c +++ b/cores/libretro-imageviewer/image_core.c @@ -220,9 +220,7 @@ static bool imageviewer_load(const char *path, uint32_t *buf, int image_index) bool IMAGE_CORE_PREFIX(retro_load_game)(const struct retro_game_info *info) { - int comp; uint32_t *buf = NULL; - uint32_t *end = NULL; enum retro_pixel_format fmt = RETRO_PIXEL_FORMAT_XRGB8888; char *dir = strdup(info->path);