Remove unused variables.

This commit is contained in:
Hans-Kristian Arntzen 2013-07-16 16:22:25 +02:00 committed by Themaister
parent a543b5da74
commit 21a1ae72d5

View File

@ -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;