diff options
| author | Tomer Shalev <shalev.tomer@gmail.com> | 2009-12-13 20:57:45 +0000 |
|---|---|---|
| committer | Tomer Shalev <shalev.tomer@gmail.com> | 2009-12-13 20:57:45 +0000 |
| commit | 1737a401e494562db6e997b883eddbd528608d88 (patch) | |
| tree | 554f59635ffd86daefd3209ad49fdec3cb8e867e /apps/plugins/bubbles.c | |
| parent | 87770d24393be04bf3f9687fef9a595bbc186998 (diff) | |
| download | rockbox-1737a401e494562db6e997b883eddbd528608d88.zip rockbox-1737a401e494562db6e997b883eddbd528608d88.tar.gz rockbox-1737a401e494562db6e997b883eddbd528608d88.tar.bz2 rockbox-1737a401e494562db6e997b883eddbd528608d88.tar.xz | |
Bubbles: Remove unused keymaps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23979 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bubbles.c')
| -rw-r--r-- | apps/plugins/bubbles.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index 7bde847..5b36c66 100644 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -89,22 +89,6 @@ enum { #define BUBBLES_SELECT PLA_FIRE #define BUBBLES_RESUME PLA_MENU -#if CONFIG_KEYPAD != ONDIO_PAD - -#define BUBBLES_LVLINC PLA_UP -#define BUBBLES_LVLINC_REP PLA_UP_REPEAT -#define BUBBLES_LVLDEC PLA_DOWN -#define BUBBLES_LVLDEC_REP PLA_DOWN_REPEAT - -#else /* ondio keys */ - -#define BUBBLES_LVLINC PLA_RIGHT -#define BUBBLES_LVLINC_REP PLA_RIGHT_REPEAT -#define BUBBLES_LVLDEC PLA_LEFT -#define BUBBLES_LVLDEC_REP PLA_LEFT_REPEAT - -#endif - /* external bitmaps */ #ifdef HAVE_LCD_COLOR #include "pluginbitmaps/bubbles_background.h" |