Remove two unused variables

This commit is contained in:
Twinaphex 2015-07-27 17:22:43 +02:00
parent 0d1496d691
commit 1faa62e902
2 changed files with 0 additions and 2 deletions

View File

@ -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)
{

View File

@ -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);