Bubbles: Remove unused keymaps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23979 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
87770d2439
commit
1737a401e4
1 changed files with 0 additions and 16 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue