From 0bcc444b84feb77e580ca940c160b8fc0e7f78fc Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Tue, 24 Feb 2015 03:13:34 +0100 Subject: [PATCH] Cleanup unused variable --- runloop_data.c | 1 - 1 file changed, 1 deletion(-) diff --git a/runloop_data.c b/runloop_data.c index 67b9186bc9..a27fd7f8b4 100644 --- a/runloop_data.c +++ b/runloop_data.c @@ -195,7 +195,6 @@ static int cb_nbio_image_menu_wallpaper(void *data, size_t len) static int rarch_main_iterate_image_poll(void) { - char newstring[PATH_MAX_LENGTH]; const char *path = msg_queue_pull(g_extern.images.msg_queue); if (!path)