summaryrefslogtreecommitdiffstats
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/backlight.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/backlight.h b/firmware/export/backlight.h
index 326de4ce28..6d029790b3 100644
--- a/firmware/export/backlight.h
+++ b/firmware/export/backlight.h
@@ -64,10 +64,6 @@ void lcd_set_sleep_after_backlight_off(int timeout_seconds);
void lcd_awake(void);
#endif
-#ifdef HAVE_LCD_SLEEP
-void lcd_awake(void);
-#endif
-
#else /* !HAVE_BACKLIGHT */
#define backlight_init()
#endif /* !HAVE_BACKLIGHT */