mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Remove stub function
This commit is contained in:
parent
da5d43974a
commit
190c417350
@ -3280,7 +3280,3 @@ bool config_replace(char *path)
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void config_free_state(void)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
@ -646,8 +646,6 @@ bool config_overlay_enable_default(void);
|
|||||||
|
|
||||||
void config_free(void);
|
void config_free(void);
|
||||||
|
|
||||||
void config_free_state(void);
|
|
||||||
|
|
||||||
settings_t *config_get_ptr(void);
|
settings_t *config_get_ptr(void);
|
||||||
|
|
||||||
RETRO_END_DECLS
|
RETRO_END_DECLS
|
||||||
|
@ -753,7 +753,6 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
|
|||||||
dir_clear_all();
|
dir_clear_all();
|
||||||
memset(global, 0, sizeof(struct global));
|
memset(global, 0, sizeof(struct global));
|
||||||
retroarch_override_setting_free_state();
|
retroarch_override_setting_free_state();
|
||||||
config_free_state();
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case RUNLOOP_CTL_CLEAR_STATE:
|
case RUNLOOP_CTL_CLEAR_STATE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user