From 46e25289928ce3ef2a1a73d2d8ed8305aeec23cc Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 13 Apr 2020 16:57:39 -0400 Subject: av300: Continue cleaning out keymaps. (A lot of work was done on this thing, for a target that hasn't been compileable at least since we moved to git..) Change-Id: Ibface9392f3251b5be4bf1e0c4d12639c4f1662d --- apps/plugins/minesweeper.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'apps/plugins/minesweeper.c') diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c index 917f90dcd0..4e875979ab 100644 --- a/apps/plugins/minesweeper.c +++ b/apps/plugins/minesweeper.c @@ -46,18 +46,6 @@ enum minesweeper_status { # define MINESWP_DISCOVER2 BUTTON_F2 # define MINESWP_INFO BUTTON_F3 -#elif CONFIG_KEYPAD == ARCHOS_AV300_PAD -# define MINESWP_LEFT BUTTON_LEFT -# define MINESWP_RIGHT BUTTON_RIGHT -# define MINESWP_UP BUTTON_UP -# define MINESWP_DOWN BUTTON_DOWN -# define MINESWP_QUIT BUTTON_OFF -# define MINESWP_TOGGLE BUTTON_ON -# define MINESWP_TOGGLE2 BUTTON_F1 -# define MINESWP_DISCOVER BUTTON_SELECT -# define MINESWP_DISCOVER2 BUTTON_F2 -# define MINESWP_INFO BUTTON_F3 - #elif CONFIG_KEYPAD == ONDIO_PAD # define MINESWP_LEFT BUTTON_LEFT # define MINESWP_RIGHT BUTTON_RIGHT -- cgit v1.2.3