summaryrefslogtreecommitdiff
path: root/firmware/backlight.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/backlight.c')
-rw-r--r--firmware/backlight.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/firmware/backlight.c b/firmware/backlight.c
index 513f643171..588867f1a5 100644
--- a/firmware/backlight.c
+++ b/firmware/backlight.c
@@ -597,16 +597,6 @@ void backlight_thread(void)
597 break; 597 break;
598#endif /* HAVE_REMOTE_LCD/ HAVE_REMOTE_LCD_AS_MAIN */ 598#endif /* HAVE_REMOTE_LCD/ HAVE_REMOTE_LCD_AS_MAIN */
599#endif /* !SIMULATOR */ 599#endif /* !SIMULATOR */
600#ifdef SIMULATOR
601 /* TODO: find a better way to do it but we need
602 * a kernel thread somewhere to handle this */
603 case SYS_SCREENDUMP:
604 screen_dump();
605#ifdef HAVE_REMOTE_LCD
606 remote_screen_dump();
607#endif
608 break;
609#endif
610 case SYS_USB_CONNECTED: 600 case SYS_USB_CONNECTED:
611 /* Tell the USB thread that we are safe */ 601 /* Tell the USB thread that we are safe */
612 DEBUGF("backlight_thread got SYS_USB_CONNECTED\n"); 602 DEBUGF("backlight_thread got SYS_USB_CONNECTED\n");