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();
|
settings_t *settings = config_get_ptr();
|
||||||
global_t *global = global_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)
|
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)
|
void rarch_set_paths(const char *path)
|
||||||
{
|
{
|
||||||
settings_t *settings = config_get_ptr();
|
|
||||||
global_t *global = global_get_ptr();
|
global_t *global = global_get_ptr();
|
||||||
|
|
||||||
set_basename(path);
|
set_basename(path);
|
||||||
|
|
Loading…
Reference in New Issue