From 19e5efe431439259c43cc4584fc0fa410437624e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 26 Sep 2014 06:04:08 +0200 Subject: [PATCH] Take out unused load_menu_content_history --- frontend/menu/menu_common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/menu/menu_common.h b/frontend/menu/menu_common.h index 294589f362..e0d2dc5852 100644 --- a/frontend/menu/menu_common.h +++ b/frontend/menu/menu_common.h @@ -145,8 +145,6 @@ void menu_ticker_line(char *buf, size_t len, unsigned tick, 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); unsigned menu_common_type_is(const char *label, unsigned type);