diff options
author | Dave Chapman <dave@dchapman.com> | 2005-12-19 00:11:28 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2005-12-19 00:11:28 +0000 |
commit | 0dc63c1b7145b0b37476bdd701b8d5c15ad038b3 (patch) | |
tree | 5b83cc73ca892f4faf669036da32abaff0d6b2fc /apps/plugins/bounce.c | |
parent | 2a7bd9fb7b9698b949ae85e24b17921c807c323c (diff) |
Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8262 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bounce.c')
-rw-r--r-- | apps/plugins/bounce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bounce.c b/apps/plugins/bounce.c index ed2f9337b2..2a2d520371 100644 --- a/apps/plugins/bounce.c +++ b/apps/plugins/bounce.c @@ -50,7 +50,7 @@ #define BOUNCE_QUIT (BUTTON_OFF | BUTTON_REL) #define BOUNCE_MODE (BUTTON_SELECT | BUTTON_REL) -#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_NANO_PAD) +#elif (CONFIG_KEYPAD == IPOD_4G_PAD) #define BOUNCE_UP BUTTON_SCROLL_BACK #define BOUNCE_DOWN BUTTON_SCROLL_FWD #define BOUNCE_QUIT (BUTTON_MENU | BUTTON_REL) |