Get rid of no longer used function prototype

This commit is contained in:
twinaphex 2015-10-19 06:25:07 +02:00
parent fe21aa49b4
commit 2d0921c486

View File

@ -200,8 +200,6 @@ bool menu_load_content(enum rarch_core_type type);
int menu_common_load_content(const char *core_path, const char *full_path,
bool persist, enum rarch_core_type type);
void menu_common_push_content_settings(void);
#ifdef __cplusplus
}
#endif