From 7d0d32dbc65a8332a49aeed3a97e24cb109958b2 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 23 Apr 2021 11:31:58 -0400 Subject: Nuke the never-functional iriver ifp-7xx port It never worked, and hasn't compiled in something like a decade, Given the HW capabilities (limited onboard flash, no expandability) there's really no point in trying to fix/complete it. Change-Id: I7d175089840396f8891645bd10010d730dd5bfdc --- apps/plugins/pegbox.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'apps/plugins/pegbox.c') diff --git a/apps/plugins/pegbox.c b/apps/plugins/pegbox.c index 498aa36357..f089c38023 100644 --- a/apps/plugins/pegbox.c +++ b/apps/plugins/pegbox.c @@ -95,23 +95,6 @@ #define LVL_UP_TEXT "PLAY" #define LVL_DOWN_TEXT "-" -#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD -#define PEGBOX_SELECT BUTTON_MODE -#define PEGBOX_QUIT BUTTON_PLAY -#define PEGBOX_RESTART (BUTTON_EQ|BUTTON_MODE) -#define PEGBOX_LVL_UP (BUTTON_EQ|BUTTON_UP) -#define PEGBOX_LVL_DOWN (BUTTON_EQ|BUTTON_DOWN) -#define PEGBOX_UP BUTTON_UP -#define PEGBOX_DOWN BUTTON_DOWN -#define PEGBOX_RIGHT BUTTON_RIGHT -#define PEGBOX_LEFT BUTTON_LEFT - -#define SELECT_TEXT "MODE" -#define QUIT_TEXT "PLAY" -#define RESTART_TEXT "EQ+MODE" -#define LVL_UP_TEXT "EQ+UP" -#define LVL_DOWN_TEXT "EQ+DOWN" - #elif CONFIG_KEYPAD == IRIVER_H10_PAD #define PEGBOX_SELECT BUTTON_PLAY #define PEGBOX_QUIT BUTTON_POWER -- cgit v1.2.3