From c43320f29dd4433057233a22c65b8be247c2d6e0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 23 Oct 2014 08:04:26 +0200 Subject: [PATCH] Remove MENU_SETTINGS_CUSTOM_BIND_MODE --- frontend/menu/menu_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/menu/menu_common.h b/frontend/menu/menu_common.h index 3de10e7403..3d1931a2d6 100644 --- a/frontend/menu/menu_common.h +++ b/frontend/menu/menu_common.h @@ -125,7 +125,6 @@ typedef enum MENU_SETTINGS_BIND_LAST = MENU_SETTINGS_BIND_BEGIN + RARCH_ANALOG_RIGHT_Y_MINUS, MENU_SETTINGS_BIND_ALL_LAST = MENU_SETTINGS_BIND_BEGIN + RARCH_MENU_TOGGLE, - MENU_SETTINGS_CUSTOM_BIND_MODE, MENU_SETTINGS_CUSTOM_BIND, MENU_SETTINGS_CUSTOM_BIND_KEYBOARD, MENU_SETTINGS_CUSTOM_BIND_ALL,