mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 08:37:41 +00:00
Cleanup unused variable
This commit is contained in:
parent
74ee699d5c
commit
ba220f1868
@ -1081,7 +1081,6 @@ int rarch_main_iterate(void)
|
|||||||
unsigned i;
|
unsigned i;
|
||||||
retro_input_t trigger_input;
|
retro_input_t trigger_input;
|
||||||
event_cmd_state_t cmd = {0};
|
event_cmd_state_t cmd = {0};
|
||||||
data_runloop_t *data = NULL;
|
|
||||||
runloop_t *runloop = rarch_main_get_ptr();
|
runloop_t *runloop = rarch_main_get_ptr();
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
static retro_input_t last_input = 0;
|
static retro_input_t last_input = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user