Code

status_bar: remove the status bar clock (option "display-time")
[ncmpc.git] / src / conf.c
index 652628c3c3bbe616a07de240a7798db0ff1c8d48..814a13b774486e2e204ee1d8bc61aba2ea12f8c6 100644 (file)
@@ -501,11 +501,8 @@ parse_line(char *line)
                g_free(options.scroll_sep);
                options.scroll_sep = get_format(value);
        } else if (!strcasecmp(CONF_DISPLAY_TIME, name))
-#ifdef NCMPC_MINI
+               /* obsolete, ignore */
                {}
-#else
-               options.display_time = str2bool(value);
-#endif
        else if (!strcasecmp(CONF_JUMP_PREFIX_ONLY, name))
 #ifdef NCMPC_MINI
                {}