revert/fix parts of r19673, as it changed some e200 keymaps and introduces not-needed FIXME comments.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19778 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Wenger 2009-01-16 15:35:05 +00:00
parent e6bf9f9ff8
commit 15013562dc
17 changed files with 19 additions and 26 deletions

View file

@ -49,7 +49,6 @@ extern const fb_data matrix_normal[];
#define LEFTMARGIN (LCD_WIDTH-(COLS*COL_W))/2
#define TOPMARGIN (LCD_HEIGHT-(ROWS*COL_H))/2
/* FIXME: could use plugin lib actions */
#if (CONFIG_KEYPAD == IPOD_4G_PAD) || \
(CONFIG_KEYPAD == IPOD_3G_PAD) || \
(CONFIG_KEYPAD == IPOD_1G2G_PAD)