From 0ee9e06f8c666beef6676a45241e22eddb83d5bf Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 15 Jun 2015 02:01:11 +0200 Subject: [PATCH] (menu_driver.h) Remove action struct --- menu/menu_driver.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/menu/menu_driver.h b/menu/menu_driver.h index 15591dcc21..bda5b43d4b 100644 --- a/menu/menu_driver.h +++ b/menu/menu_driver.h @@ -92,12 +92,6 @@ typedef struct menu_input_t input; - struct - { - bool active; - } action; - - rarch_setting_t *list_settings; menu_animation_t *animation;