summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/screens.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/screens.c b/apps/screens.c
index 37b2f5e426..1dec09a8b6 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -610,7 +610,6 @@ void splash(int ticks, /* how long */
610 first=false; 610 first=false;
611#ifdef HAVE_LCD_BITMAP 611#ifdef HAVE_LCD_BITMAP
612 lcd_putsxy(x, y, next); 612 lcd_putsxy(x, y, next);
613 lcd_update(); /* DURING DEBUG ONLY */
614#else 613#else
615 lcd_puts(x, y, next); 614 lcd_puts(x, y, next);
616#endif 615#endif