summaryrefslogtreecommitdiff
path: root/apps/plugins/pegbox.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-04-23 11:31:58 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-04-26 07:42:58 -0400
commit7d0d32dbc65a8332a49aeed3a97e24cb109958b2 (patch)
tree36ce03b1b8564bedfd8e3df0ec088a0fc6bdc06f /apps/plugins/pegbox.c
parent3ba2f6e5c7383c5d7a6f8a1c38b6b5403a8a5dcb (diff)
downloadrockbox-7d0d32dbc65a8332a49aeed3a97e24cb109958b2.tar.gz
rockbox-7d0d32dbc65a8332a49aeed3a97e24cb109958b2.zip
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
Diffstat (limited to 'apps/plugins/pegbox.c')
-rw-r--r--apps/plugins/pegbox.c17
1 files changed, 0 insertions, 17 deletions
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 @@
95#define LVL_UP_TEXT "PLAY" 95#define LVL_UP_TEXT "PLAY"
96#define LVL_DOWN_TEXT "-" 96#define LVL_DOWN_TEXT "-"
97 97
98#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD
99#define PEGBOX_SELECT BUTTON_MODE
100#define PEGBOX_QUIT BUTTON_PLAY
101#define PEGBOX_RESTART (BUTTON_EQ|BUTTON_MODE)
102#define PEGBOX_LVL_UP (BUTTON_EQ|BUTTON_UP)
103#define PEGBOX_LVL_DOWN (BUTTON_EQ|BUTTON_DOWN)
104#define PEGBOX_UP BUTTON_UP
105#define PEGBOX_DOWN BUTTON_DOWN
106#define PEGBOX_RIGHT BUTTON_RIGHT
107#define PEGBOX_LEFT BUTTON_LEFT
108
109#define SELECT_TEXT "MODE"
110#define QUIT_TEXT "PLAY"
111#define RESTART_TEXT "EQ+MODE"
112#define LVL_UP_TEXT "EQ+UP"
113#define LVL_DOWN_TEXT "EQ+DOWN"
114
115#elif CONFIG_KEYPAD == IRIVER_H10_PAD 98#elif CONFIG_KEYPAD == IRIVER_H10_PAD
116#define PEGBOX_SELECT BUTTON_PLAY 99#define PEGBOX_SELECT BUTTON_PLAY
117#define PEGBOX_QUIT BUTTON_POWER 100#define PEGBOX_QUIT BUTTON_POWER