mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Remove unused prototype
This commit is contained in:
parent
0349be056b
commit
3545af1d6d
@ -564,6 +564,8 @@ static bool event_load_save_files(void)
|
||||
unsigned i;
|
||||
global_t *global = global_get_ptr();
|
||||
|
||||
if (!global)
|
||||
return false;
|
||||
if (!global->savefiles || global->sram_load_disable)
|
||||
return false;
|
||||
|
||||
|
@ -195,8 +195,6 @@ void menu_common_load_content(bool persist, enum rarch_core_type type);
|
||||
|
||||
void menu_common_push_content_settings(void);
|
||||
|
||||
void menu_update_system_info(menu_handle_t *menu, bool *load_no_content);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user