From b0b12e685eb0d084684a9715c946cc762bc134d5 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 8 May 2005 19:09:32 +0000 Subject: 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 --- apps/plugins/databox/databox.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/plugins/databox/databox.h') 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 -- cgit v1.2.3