mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-22 04:31:17 +00:00
Cleanup unused variables
This commit is contained in:
parent
636fd426f6
commit
e7ba750641
@ -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
|
||||
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user