diff options
author | Peter D'Hoye <peter.dhoye@gmail.com> | 2008-04-24 00:32:02 +0000 |
---|---|---|
committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2008-04-24 00:32:02 +0000 |
commit | d177284df2d975a6fb381ddcfeaaef49b5adfa69 (patch) | |
tree | 0f38b63fc71d7d6bbe8f385bc794a29543319a5d /apps/plugins | |
parent | 6482c7396cf8805f1ff3eb4d38d6ebca88b53a1e (diff) |
Fix more red :(
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17232 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/flashlight.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/flashlight.c b/apps/plugins/flashlight.c index 8a8210885d..c3c061b590 100644 --- a/apps/plugins/flashlight.c +++ b/apps/plugins/flashlight.c @@ -159,7 +159,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) case (FLASHLIGHT_NEXT|BUTTON_REL): #endif /* FLASHLIGHT_NEXT */ #ifdef FLASHLIGHT_PREV - case FLASHLIGHT_PREV: case (FLASHLIGHT_PREV|BUTTON_REPEAT): case (FLASHLIGHT_PREV|BUTTON_REL): #endif /* FLASHLIGHT_PREV */ |