mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-01 17:23:48 +00:00
Remove unused variables
This commit is contained in:
parent
1faa62e902
commit
8a56d6d67d
@ -534,7 +534,7 @@ static void event_deinit_core(bool reinit)
|
||||
{
|
||||
global_t *global = global_get_ptr();
|
||||
settings_t *settings = config_get_ptr();
|
||||
rarch_system_info_t *info = rarch_system_info_get_ptr();
|
||||
|
||||
pretro_unload_game();
|
||||
pretro_deinit();
|
||||
|
||||
|
@ -220,9 +220,8 @@ void menu_input_key_event(bool down, unsigned keycode,
|
||||
|
||||
static void menu_input_poll_bind_state(struct menu_bind_state *state, unsigned port)
|
||||
{
|
||||
unsigned i, b, a, h;
|
||||
unsigned b, a, h;
|
||||
const input_device_driver_t *joypad = input_driver_get_joypad_driver();
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
if (!state)
|
||||
return;
|
||||
@ -263,9 +262,8 @@ static void menu_input_poll_bind_state(struct menu_bind_state *state, unsigned p
|
||||
|
||||
static void menu_input_poll_bind_get_rested_axes(struct menu_bind_state *state, unsigned port)
|
||||
{
|
||||
unsigned i, a;
|
||||
unsigned a;
|
||||
const input_device_driver_t *joypad = input_driver_get_joypad_driver();
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
if (!state)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user