From 575678dbb1a82cbf419792b86917f9dbb2b1d210 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 10 Jan 2015 00:09:10 +0100 Subject: [PATCH] Remove unused back_button_enums for Android --- input/input_common.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/input/input_common.h b/input/input_common.h index 88306f5bb1..641763c43f 100644 --- a/input/input_common.h +++ b/input/input_common.h @@ -60,15 +60,6 @@ bool input_translate_coord_viewport(int mouse_x, int mouse_y, int16_t *res_x, int16_t *res_y, int16_t *res_screen_x, int16_t *res_screen_y); -#ifdef ANDROID -enum back_button_enums -{ - BACK_BUTTON_QUIT = 0, - BACK_BUTTON_GUI_TOGGLE, - BACK_BUTTON_MENU_TOGGLE, -}; -#endif - bool input_joypad_pressed(const rarch_joypad_driver_t *driver, unsigned port, const struct retro_keybind *binds, unsigned key);