summaryrefslogtreecommitdiff
path: root/apps/plugins/databox/databox.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-05-08 19:09:32 +0000
committerJens Arnold <amiconn@rockbox.org>2005-05-08 19:09:32 +0000
commitb0b12e685eb0d084684a9715c946cc762bc134d5 (patch)
treefc80bc0e84b5133ce87cbf8515664b729dd434ee /apps/plugins/databox/databox.h
parenta1483e6e1d04781dd91862ff6f2eebbc3266c460 (diff)
Changed to rockbox style button handling, using the api functions. Support for all possible keypads, proper USB handling. Fixed to work correctly on SH1 based archoses, and fixed some slight quirks.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6441 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/databox/databox.h')
-rw-r--r--apps/plugins/databox/databox.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/databox/databox.h b/apps/plugins/databox/databox.h
index a8bb608765..ffbaf1d35d 100644
--- a/apps/plugins/databox/databox.h
+++ b/apps/plugins/databox/databox.h
@@ -55,8 +55,4 @@ extern struct print printing;
extern struct editor editor;
extern struct editing editing;
-#if CONFIG_KEYPAD == IRIVER_H100_PAD
-#define BUTTON_PLAY BUTTON_ON
-#endif
-
#endif