Remove driver.menu->current_pad

This commit is contained in:
twinaphex 2014-10-23 07:28:16 +02:00
parent c275006e2c
commit 97c1241a89
2 changed files with 0 additions and 3 deletions

View File

@ -168,8 +168,6 @@ void *menu_init(const void *data)
menu->push_start_screen = g_settings.menu_show_start_screen;
g_settings.menu_show_start_screen = false;
menu->current_pad = 0;
update_libretro_info(&g_extern.menu.info);
menu_shader_manager_init(menu);

View File

@ -113,7 +113,6 @@ typedef struct
/* Points to either shader or
* graphics driver's current shader. */
struct gfx_shader *parameter_shader;
unsigned current_pad;
struct menu_bind_state binds;
struct