mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
remove unused code
This commit is contained in:
parent
a0a22a044a
commit
d41bb64d17
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user