summaryrefslogtreecommitdiff
path: root/apps/plugins/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/matrix.c')
-rw-r--r--apps/plugins/matrix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/matrix.c b/apps/plugins/matrix.c
index a3b0b850d8..d7d2469b07 100644
--- a/apps/plugins/matrix.c
+++ b/apps/plugins/matrix.c
@@ -49,7 +49,6 @@ extern const fb_data matrix_normal[];
49#define LEFTMARGIN (LCD_WIDTH-(COLS*COL_W))/2 49#define LEFTMARGIN (LCD_WIDTH-(COLS*COL_W))/2
50#define TOPMARGIN (LCD_HEIGHT-(ROWS*COL_H))/2 50#define TOPMARGIN (LCD_HEIGHT-(ROWS*COL_H))/2
51 51
52/* FIXME: could use plugin lib actions */
53#if (CONFIG_KEYPAD == IPOD_4G_PAD) || \ 52#if (CONFIG_KEYPAD == IPOD_4G_PAD) || \
54 (CONFIG_KEYPAD == IPOD_3G_PAD) || \ 53 (CONFIG_KEYPAD == IPOD_3G_PAD) || \
55 (CONFIG_KEYPAD == IPOD_1G2G_PAD) 54 (CONFIG_KEYPAD == IPOD_1G2G_PAD)