summaryrefslogtreecommitdiff
path: root/apps/wps-display.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps-display.c')
-rw-r--r--apps/wps-display.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/wps-display.c b/apps/wps-display.c
index 238c8d3f19..2612b92d2a 100644
--- a/apps/wps-display.c
+++ b/apps/wps-display.c
@@ -461,7 +461,6 @@ static char* get_tag(struct mp3entry* cid3,
461#endif 461#endif
462 case 'f': /* full-line progress bar */ 462 case 'f': /* full-line progress bar */
463#ifdef HAVE_LCD_CHARCELLS 463#ifdef HAVE_LCD_CHARCELLS
464#ifndef HAVE_NEO_LCD
465 if(has_new_lcd()) { 464 if(has_new_lcd()) {
466 *flags |= WPS_REFRESH_PLAYER_PROGRESS; 465 *flags |= WPS_REFRESH_PLAYER_PROGRESS;
467 *flags |= WPS_REFRESH_DYNAMIC; 466 *flags |= WPS_REFRESH_DYNAMIC;
@@ -471,7 +470,6 @@ static char* get_tag(struct mp3entry* cid3,
471 snprintf(buf, buf_size, " "); 470 snprintf(buf, buf_size, " ");
472 } 471 }
473 else 472 else
474#endif /* HAVE_NEO_LCD */
475 { 473 {
476 /* Tell the user if we have an OldPlayer */ 474 /* Tell the user if we have an OldPlayer */
477 snprintf(buf, buf_size, " <Old LCD> "); 475 snprintf(buf, buf_size, " <Old LCD> ");