mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Get rid of unused variable
This commit is contained in:
parent
a0e9dff077
commit
34f4ba711f
@ -793,7 +793,6 @@ static int menu_input_mouse(unsigned *action)
|
|||||||
video_viewport_t vp;
|
video_viewport_t vp;
|
||||||
const struct retro_keybind *binds[MAX_USERS];
|
const struct retro_keybind *binds[MAX_USERS];
|
||||||
menu_input_t *menu_input = menu_input_get_ptr();
|
menu_input_t *menu_input = menu_input_get_ptr();
|
||||||
settings_t *settings = config_get_ptr();
|
|
||||||
|
|
||||||
if (!video_driver_viewport_info(&vp))
|
if (!video_driver_viewport_info(&vp))
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user