Don't redefine menu_st again
This commit is contained in:
parent
4d9af08881
commit
c4a9a3d3a2
|
@ -5862,7 +5862,6 @@ static enum runloop_state_enum runloop_check_state(
|
|||
static input_bits_t old_input = {{0}};
|
||||
static enum menu_action
|
||||
old_action = MENU_ACTION_CANCEL;
|
||||
struct menu_state *menu_st = menu_state_get_ptr();
|
||||
bool focused = false;
|
||||
input_bits_t trigger_input = current_bits;
|
||||
unsigned screensaver_timeout = settings->uints.menu_screensaver_timeout;
|
||||
|
|
Loading…
Reference in New Issue