Remove unused variables

This commit is contained in:
Twinaphex 2015-03-23 00:43:38 +01:00
parent 724c809ca5
commit efdbd03433
2 changed files with 0 additions and 2 deletions

View File

@ -367,7 +367,6 @@ static int action_iterate_menu_viewport(const char *label, unsigned action)
global_t *global = global_get_ptr();
video_viewport_t *custom = &global->console.screen.viewports.custom_vp;
menu_handle_t *menu = menu_driver_get_ptr();
driver_t *driver = driver_get_ptr();
settings_t *settings = config_get_ptr();
if (!menu)

View File

@ -867,7 +867,6 @@ static int action_ok_custom_viewport(const char *path,
global_t *global = global_get_ptr();
video_viewport_t *custom = &global->console.screen.viewports.custom_vp;
menu_handle_t *menu = menu_driver_get_ptr();
driver_t *driver = driver_get_ptr();
settings_t *settings = config_get_ptr();
if (!menu)