mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-30 06:43:53 +00:00
Remove two unused variables
This commit is contained in:
parent
0d1496d691
commit
1faa62e902
@ -38,7 +38,6 @@ void main_exit_save_config(void)
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
global_t *global = global_get_ptr();
|
||||
rarch_system_info_t *info = rarch_system_info_get_ptr();
|
||||
|
||||
if (settings->config_save_on_exit && *global->path.config)
|
||||
{
|
||||
|
@ -415,7 +415,6 @@ void set_paths_redirect(const char *path)
|
||||
|
||||
void rarch_set_paths(const char *path)
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
global_t *global = global_get_ptr();
|
||||
|
||||
set_basename(path);
|
||||
|
Loading…
Reference in New Issue
Block a user