mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +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_shader_manager_init(menu);
|
||||||
|
|
||||||
menu->last_time = rarch_get_time_usec();
|
|
||||||
|
|
||||||
return menu;
|
return menu;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -113,10 +113,6 @@ typedef struct
|
|||||||
struct gfx_shader *parameter_shader;
|
struct gfx_shader *parameter_shader;
|
||||||
unsigned current_pad;
|
unsigned current_pad;
|
||||||
|
|
||||||
/* Used to throttle menu in case
|
|
||||||
* VSync is broken. */
|
|
||||||
int64_t last_time;
|
|
||||||
|
|
||||||
struct menu_bind_state binds;
|
struct menu_bind_state binds;
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user