From 72dd646d65fda829f4d84c72cd387d9a97cf0654 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Wed, 25 Mar 2015 09:23:10 +0100 Subject: [PATCH] Remove unused variable --- gfx/video_driver.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gfx/video_driver.c b/gfx/video_driver.c index 0b4084c054..87a995a767 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -802,7 +802,6 @@ void video_driver_get_video_output_prev(void) bool video_driver_frame(const void *frame, unsigned width, unsigned height, unsigned pitch, const char *msg) { - bool ret; driver_t *driver = driver_get_ptr(); runloop_t *runloop = rarch_main_get_ptr(); if (driver && driver->video