Cleanup unused variables

This commit is contained in:
Twinaphex 2015-03-22 19:08:28 +01:00
parent 636fd426f6
commit e7ba750641
2 changed files with 0 additions and 4 deletions

View File

@ -1121,9 +1121,6 @@ static int action_ok_video_resolution(const char *path,
rarch_main_command(RARCH_CMD_REINIT);
#else
driver_t *driver = driver_get_ptr();
if (video_driver_get_video_output_size(&width, &height))
video_driver_set_video_mode(width, height, true);
#endif

View File

@ -506,7 +506,6 @@ static void menu_action_setting_disp_set_label_menu_video_resolution(
char *path_buf, size_t path_buf_size)
{
unsigned width = 0, height = 0;
driver_t *driver = driver_get_ptr();
*w = 19;
*type_str = '\0';