summaryrefslogtreecommitdiffstats
path: root/config/config.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-04-02 10:39:02 +0200
committerDave Davenport <qball@gmpclient.org>2016-04-02 10:39:02 +0200
commit541f5b1fc981d663c694dcf6b1b4e219a034df7c (patch)
treed2283781eb674359e2f9cc1b494ee966659da1c6 /config/config.c
parent8f565b11c6ce759bc1eec183cebffdda54144ff4 (diff)
Fixes issue #370: Move dmenu option into dmenu.
Diffstat (limited to 'config/config.c')
-rw-r--r--config/config.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/config.c b/config/config.c
index ea808e50..756e59c2 100644
--- a/config/config.c
+++ b/config/config.c
@@ -92,8 +92,6 @@ Settings config = {
.levenshtein_sort = FALSE,
/** Case sensitivity of the search */
.case_sensitive = FALSE,
- /** Separator to use for dmenu mode */
- .separator = '\n',
/** Height of an element in #chars */
.element_height = 1,
/** Sidebar mode, show the modi */