Remove unused variables.
This commit is contained in:
parent
a543b5da74
commit
21a1ae72d5
|
@ -773,7 +773,6 @@ static uint64_t rgui_input(void)
|
|||
|
||||
bool menu_iterate(void)
|
||||
{
|
||||
rarch_time_t time, delta, target_msec, sleep_msec;
|
||||
static bool initial_held = true;
|
||||
static bool first_held = false;
|
||||
uint64_t input_state = 0;
|
||||
|
|
Loading…
Reference in New Issue