Remove unused variable

This commit is contained in:
Twinaphex 2015-03-23 00:52:08 +01:00
parent 2392a433d8
commit 96a39ec234

View File

@ -410,7 +410,6 @@ static int action_toggle_shader_num_passes(unsigned type, const char *label,
static int action_toggle_video_resolution(unsigned type, const char *label,
unsigned action, bool wraparound)
{
driver_t *driver = driver_get_ptr();
global_t *global = global_get_ptr();
(void)global;