Remove stub function

This commit is contained in:
twinaphex 2016-09-29 20:14:26 +02:00
parent da5d43974a
commit 190c417350
3 changed files with 0 additions and 7 deletions

View File

@ -3280,7 +3280,3 @@ bool config_replace(char *path)
return true;
}
void config_free_state(void)
{
}

View File

@ -646,8 +646,6 @@ bool config_overlay_enable_default(void);
void config_free(void);
void config_free_state(void);
settings_t *config_get_ptr(void);
RETRO_END_DECLS

View File

@ -753,7 +753,6 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
dir_clear_all();
memset(global, 0, sizeof(struct global));
retroarch_override_setting_free_state();
config_free_state();
}
break;
case RUNLOOP_CTL_CLEAR_STATE: