This commit is contained in:
twinaphex 2016-11-21 15:04:09 +01:00
parent 21e9bde569
commit 66595cd7c5

View File

@ -764,10 +764,6 @@ static INLINE int runloop_iterate_time_to_exit(bool quit_key_pressed)
return -1;
}
void runloop_external_state_checks(uint64_t trigger_input)
{
}
static enum runloop_state runloop_check_state(
settings_t *settings,
uint64_t current_input,