summaryrefslogtreecommitdiff
path: root/apps/plugins/dict.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/dict.c')
-rw-r--r--apps/plugins/dict.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/dict.c b/apps/plugins/dict.c
index 9c7e8594fa..34b762f3b0 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -102,7 +102,6 @@ long reverse (long N) {
102} 102}
103#endif 103#endif
104 104
105/* TODO: Clean up, most use BUTTON_POWER, could be the #else case */
106/* Button definitions */ 105/* Button definitions */
107#if CONFIG_KEYPAD == PLAYER_PAD 106#if CONFIG_KEYPAD == PLAYER_PAD
108#define LP_QUIT BUTTON_STOP 107#define LP_QUIT BUTTON_STOP
@@ -145,7 +144,6 @@ long reverse (long N) {
145#endif 144#endif
146 145
147/* data files */ 146/* data files */
148/* FIXME: use "PLUGIN_APPS_DIR" */
149#define DICT_INDEX ROCKBOX_DIR "/rocks/apps/dict.index" 147#define DICT_INDEX ROCKBOX_DIR "/rocks/apps/dict.index"
150#define DICT_DESC ROCKBOX_DIR "/rocks/apps/dict.desc" 148#define DICT_DESC ROCKBOX_DIR "/rocks/apps/dict.desc"
151 149