summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2012-10-02 21:51:19 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2012-10-02 21:51:19 +0200
commit6002fd8db4545fd0f6af13438cf29de122e747a3 (patch)
treed7e4df38f1982b3fbf5fe973e2195ae6785df8ac /doc
parent152ce17fea5427b0bb08e2009e81f0e29dfe8898 (diff)
settings: remove media_library_display_{date,empty_tag} options
Diffstat (limited to 'doc')
-rw-r--r--doc/config4
-rw-r--r--doc/ncmpcpp.16
2 files changed, 0 insertions, 10 deletions
diff --git a/doc/config b/doc/config
index 8a171747..19e11abe 100644
--- a/doc/config
+++ b/doc/config
@@ -433,10 +433,6 @@
#
#tag_editor_extended_numeration = "no"
#
-#media_library_display_date = "yes"
-#
-#media_library_display_empty_tag = "yes"
-#
#media_library_sort_by_mtime = "no"
#
#enable_window_title = "yes"
diff --git a/doc/ncmpcpp.1 b/doc/ncmpcpp.1
index 960e8968..c1dd91cd 100644
--- a/doc/ncmpcpp.1
+++ b/doc/ncmpcpp.1
@@ -318,12 +318,6 @@ Self-descriptive, isn't it?
.B tag_editor_extended_numeration = yes/no
If enabled, tag editor will number tracks using format xx/yy (where xx is the current track and yy is total amount of all numbered tracks), not plain xx.
.TP
-.B media_library_display_date = yes/no
-If enabled, dates of albums in media library will be displayed and respected in searching, otherwise not.
-.TP
-.B media_library_display_empty_tag = yes/no
-If enabled, left column will contain entry for 'empty' tag, otherwise not.
-.TP
.B enable_window_title = yes/no
If enabled, ncmpcpp will override current window title with its own one.
.TP