From 15013562dc248acf1960dc99a9a6c7f74d76d8b0 Mon Sep 17 00:00:00 2001 From: Dominik Wenger Date: Fri, 16 Jan 2009 15:35:05 +0000 Subject: 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 --- apps/plugins/plasma.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/plugins/plasma.c') diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c index 6bd4d095ce..1d3dd6c432 100644 --- a/apps/plugins/plasma.c +++ b/apps/plugins/plasma.c @@ -54,7 +54,6 @@ static size_t gbuf_size = 0; static unsigned char sp1, sp2, sp3, sp4; /* Speed of plasma */ static int plasma_frequency; -/* FIXME: Could use plugin lib actions */ /* Key assignement, all bitmapped models */ #if (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \ (CONFIG_KEYPAD == IPOD_1G2G_PAD) @@ -67,7 +66,6 @@ static int plasma_frequency; #define PLASMA_INCREASE_FREQUENCY BUTTON_UP #define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN -/* FIXME: Clip/fuze should use HOME instead of POWER */ #elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ (CONFIG_KEYPAD == SANSA_C200_PAD) || \ (CONFIG_KEYPAD == SANSA_CLIP_PAD) || \ -- cgit v1.2.3