Take out unused load_menu_content_history
This commit is contained in:
parent
3b94edf14e
commit
19e5efe431
|
@ -145,8 +145,6 @@ void menu_ticker_line(char *buf, size_t len, unsigned tick,
|
||||||
|
|
||||||
bool load_menu_content(void);
|
bool load_menu_content(void);
|
||||||
|
|
||||||
void load_menu_content_history(unsigned game_index);
|
|
||||||
|
|
||||||
void menu_update_system_info(menu_handle_t *menu, bool *load_no_content);
|
void menu_update_system_info(menu_handle_t *menu, bool *load_no_content);
|
||||||
|
|
||||||
unsigned menu_common_type_is(const char *label, unsigned type);
|
unsigned menu_common_type_is(const char *label, unsigned type);
|
||||||
|
|
Loading…
Reference in New Issue