summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-20 18:24:31 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-20 18:24:31 +0100
commitd0716efe12487668fcab9ba55f8e75da87058ff5 (patch)
tree42a4953393e99f62ceed2818d88b5e35a904289c /source/xrmoptions.c
parent94cbe3a00518cac898f58b6a89da6da52809ffc9 (diff)
Refactor menu function into three parts, setup, itterrate and finalize.
Diffstat (limited to 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index f2ef6ed6..193a8e4a 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -118,7 +118,6 @@ static XrmOption xrmOptions[] = {
{ xrm_Boolean, "levenshtein-sort", { .num = &config.levenshtein_sort }, NULL, "Use levenshtein sorting" },
{ xrm_Boolean, "case-sensitive", { .num = &config.case_sensitive }, NULL, "Set case-sensitivity" },
{ xrm_Boolean, "sidebar-mode", { .num = &config.sidebar_mode }, NULL, "Enable sidebar-mode" },
- { xrm_Number, "lazy-filter-limit", { .num = &config.lazy_filter_limit }, NULL, "Set lazy filter limit" },
{ xrm_SNumber, "eh", { .snum = &config.element_height }, NULL, "Row height (in chars)" },
{ xrm_Boolean, "auto-select", { .num = &config.auto_select }, NULL, "Enable auto select mode" },
{ xrm_Boolean, "parse-hosts", { .num = &config.parse_hosts }, NULL, "Parse hosts file for ssh mode" },