mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +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)
|
static int rgui_iterate(void *data, unsigned action)
|
||||||
{
|
{
|
||||||
rgui_handle_t *rgui = (rgui_handle_t*)data;
|
(void)data;
|
||||||
|
|
||||||
if (action == RGUI_ACTION_OK)
|
if (action == RGUI_ACTION_OK)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user