mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(Menu) Remove menu->last_time - unused
This commit is contained in:
parent
af501a2b80
commit
7391b7573b
@ -175,8 +175,6 @@ void *menu_init(const void *data)
|
||||
|
||||
menu_shader_manager_init(menu);
|
||||
|
||||
menu->last_time = rarch_get_time_usec();
|
||||
|
||||
return menu;
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user