summaryrefslogtreecommitdiff
path: root/apps/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.c')
-rw-r--r--apps/playlist.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index 30fd0f11e9..83bce9036b 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -1758,15 +1758,6 @@ static void display_playlist_count(int count, const unsigned char *fmt,
1758 } 1758 }
1759 fmt = P2STR(fmt); 1759 fmt = P2STR(fmt);
1760 1760
1761 lcd_clear_display();
1762
1763#ifdef HAVE_LCD_BITMAP
1764 if(global_settings.statusbar)
1765 lcd_setmargins(0, STATUSBAR_HEIGHT);
1766 else
1767 lcd_setmargins(0, 0);
1768#endif
1769
1770 gui_syncsplash(0, fmt, count, str(LANG_OFF_ABORT)); 1761 gui_syncsplash(0, fmt, count, str(LANG_OFF_ABORT));
1771} 1762}
1772 1763