(Menu) Remove menu->last_time - unused

This commit is contained in:
twinaphex 2014-10-08 04:44:43 +02:00
parent af501a2b80
commit 7391b7573b
2 changed files with 0 additions and 6 deletions

View File

@ -175,8 +175,6 @@ void *menu_init(const void *data)
menu_shader_manager_init(menu);
menu->last_time = rarch_get_time_usec();
return menu;
}

View File

@ -113,10 +113,6 @@ typedef struct
struct gfx_shader *parameter_shader;
unsigned current_pad;
/* Used to throttle menu in case
* VSync is broken. */
int64_t last_time;
struct menu_bind_state binds;
struct
{