summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/flashlight.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/flashlight.c b/apps/plugins/flashlight.c
index 8a82108..c3c061b 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 */