diff --git a/retroarch.c b/retroarch.c index 60c5826557..3e0dc5cb1a 100644 --- a/retroarch.c +++ b/retroarch.c @@ -2510,9 +2510,6 @@ static bool input_driver_toggle_button_combo( break; case INPUT_TOGGLE_HOLD_START: { - uint64_t frame_count = 0; - bool is_alive = false; - bool is_focused = false; static rarch_timer_t timer = {0}; if (!BIT256_GET_PTR(p_input, RETRO_DEVICE_ID_JOYPAD_START)) @@ -2522,8 +2519,6 @@ static bool input_driver_toggle_button_combo( return false; } - video_driver_get_status(&frame_count, &is_alive, &is_focused); - if (!rarch_timer_is_running(&timer)) { /* user started holding down the start button, start the timer */