summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/playlist.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index b68a47e75d..6ab9f3f647 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -538,12 +538,6 @@ static int add_indices_to_playlist(struct playlist_info* playlist,
538 if(playlist->fd < 0) 538 if(playlist->fd < 0)
539 return -1; /* failure */ 539 return -1; /* failure */
540 540
541#ifdef HAVE_LCD_BITMAP
542 if(global_settings.statusbar)
543 lcd_setmargins(0, STATUSBAR_HEIGHT);
544 else
545 lcd_setmargins(0, 0);
546#endif
547 gui_syncsplash(0, ID2P(LANG_WAIT)); 541 gui_syncsplash(0, ID2P(LANG_WAIT));
548 542
549 if (!buffer) 543 if (!buffer)