From 2d0921c48696d48479b8854536156371457ebf75 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 19 Oct 2015 06:25:07 +0200 Subject: [PATCH] Get rid of no longer used function prototype --- menu/menu.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/menu/menu.h b/menu/menu.h index 93620422fb..ea55c4dc74 100644 --- a/menu/menu.h +++ b/menu/menu.h @@ -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