Remove unused variable warning

This commit is contained in:
LibretroAdmin 2025-01-18 04:09:36 +01:00
parent 9bff7168e8
commit 445547f00a

View File

@ -6830,7 +6830,6 @@ int runloop_iterate(void)
settings_t *settings = config_get_ptr();
runloop_state_t *runloop_st = &runloop_state;
bool vrr_runloop_enable = settings->bools.vrr_runloop_enable;
unsigned max_users = settings->uints.input_max_users;
retro_time_t current_time = cpu_features_get_time_usec();
#ifdef HAVE_MENU
#ifdef HAVE_NETWORKING