summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/powermgmt.c')
-rw-r--r--firmware/powermgmt.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/firmware/powermgmt.c b/firmware/powermgmt.c
index be63aae106..b9d67ce02a 100644
--- a/firmware/powermgmt.c
+++ b/firmware/powermgmt.c
@@ -1077,15 +1077,6 @@ void shutdown_hw(void)
1077#endif 1077#endif
1078 backlight_off(); 1078 backlight_off();
1079#endif /* IAUDIO_X5 */ 1079#endif /* IAUDIO_X5 */
1080#if defined(IPOD_ARCH) && defined(HAVE_LCD_COLOR)
1081 /* Clear the screen and backdrop to
1082 remove ghosting effect on shutdown */
1083 lcd_set_backdrop(NULL);
1084 lcd_set_background(LCD_WHITE);
1085 lcd_clear_display();
1086 lcd_update();
1087 sleep(HZ/16);
1088#endif
1089#ifndef IAUDIO_X5 1080#ifndef IAUDIO_X5
1090 lcd_set_contrast(0); 1081 lcd_set_contrast(0);
1091#endif 1082#endif