mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Cleanups
This commit is contained in:
parent
a120ab1084
commit
d773dd8d45
@ -407,7 +407,6 @@ int menu_driver_bind_init(menu_file_list_cbs_t *cbs,
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
int menu_driver_iterate(enum menu_action action)
|
||||
{
|
||||
const menu_ctx_driver_t *driver = menu_driver_ctx;
|
||||
@ -528,9 +527,6 @@ int menu_driver_pointer_tap(unsigned x, unsigned y, unsigned ptr,
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
bool menu_driver_ctl(enum rarch_menu_ctl_state state, void *data)
|
||||
{
|
||||
static struct retro_system_info menu_driver_system;
|
||||
|
Loading…
x
Reference in New Issue
Block a user