diff options
Diffstat (limited to 'apps/gui/splash.c')
| -rw-r--r-- | apps/gui/splash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gui/splash.c b/apps/gui/splash.c index 4234171..72279a3 100644 --- a/apps/gui/splash.c +++ b/apps/gui/splash.c @@ -178,9 +178,7 @@ static void splash(struct screen * screen, const char *fmt, va_list ap) screen->set_drawmode(DRMODE_SOLID); } #endif -#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR) screen->update(); -#endif } void gui_splash(struct screen * screen, int ticks, |