subsystem part 3: these can be static again

This commit is contained in:
radius 2018-02-11 10:04:22 -05:00
parent 2a9046c06f
commit 1b1ec37f36
2 changed files with 2 additions and 4 deletions

View File

@ -1052,7 +1052,7 @@ static void command_event_init_controllers(void)
}
}
void command_event_deinit_core(bool reinit)
static void command_event_deinit_core(bool reinit)
{
#ifdef HAVE_CHEEVOS
cheevos_unload();
@ -1205,7 +1205,7 @@ error:
free(state_base);
}
bool event_init_content(void)
static bool event_init_content(void)
{
bool contentless = false;
bool is_inited = false;

View File

@ -273,8 +273,6 @@ void command_playlist_update_write(
const char *label,
const char *path);
bool event_init_content(void);
void command_event_deinit_core(bool reinit);
RETRO_END_DECLS