(menu_driver.h) Remove action struct
This commit is contained in:
parent
6ec01d10ae
commit
0ee9e06f8c
|
@ -92,12 +92,6 @@ typedef struct
|
||||||
|
|
||||||
menu_input_t input;
|
menu_input_t input;
|
||||||
|
|
||||||
struct
|
|
||||||
{
|
|
||||||
bool active;
|
|
||||||
} action;
|
|
||||||
|
|
||||||
|
|
||||||
rarch_setting_t *list_settings;
|
rarch_setting_t *list_settings;
|
||||||
menu_animation_t *animation;
|
menu_animation_t *animation;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue