summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-10-04 20:14:08 +0200
committerQC <qball@gmpclient.org>2015-10-04 20:14:08 +0200
commit77cdc8d7c4aab103d4ac1252cfe1653e14c914a4 (patch)
tree7e0bae9309f0ad67dea7b8820a098b5aac4b1381 /config
parent8feb3c906772439954ecda483877030502123091 (diff)
Remove levenshtein
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/config.def.c b/config/config.def.c
index e971737d..1bc122c0 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -110,8 +110,6 @@ Settings config = {
.fixed_num_lines = FALSE,
/** Do not use history */
.disable_history = FALSE,
- /** Use levenshtein sorting when matching */
- .levenshtein_sort = FALSE,
/** Case sensitivity of the search */
.case_sensitive = FALSE,
/** Separator to use for dmenu mode */