mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(Rmenu XUI) Cleanup unused variable in rgui_iterate
This commit is contained in:
parent
d4593a088a
commit
250a2b305d
@ -1348,7 +1348,7 @@ static void ingame_menu_resize (void)
|
||||
|
||||
static int rgui_iterate(void *data, unsigned action)
|
||||
{
|
||||
rgui_handle_t *rgui = (rgui_handle_t*)data;
|
||||
(void)data;
|
||||
|
||||
if (action == RGUI_ACTION_OK)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user