mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
Get rid of unused variable
This commit is contained in:
parent
99572a9f92
commit
5673468bb3
@ -2501,7 +2501,6 @@ static void save_keybinds_user(config_file_t *conf, unsigned user)
|
|||||||
void config_load(void)
|
void config_load(void)
|
||||||
{
|
{
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
global_t *global = global_get_ptr();
|
|
||||||
|
|
||||||
/* Flush out per-core configs before loading a new config. */
|
/* Flush out per-core configs before loading a new config. */
|
||||||
if (!string_is_empty(path_core_specific_config) &&
|
if (!string_is_empty(path_core_specific_config) &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user