summaryrefslogtreecommitdiffstats
path: root/config
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 /config
parent94cbe3a00518cac898f58b6a89da6da52809ffc9 (diff)
Refactor menu function into three parts, setup, itterrate and finalize.
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 ebace42b..8023cd8f 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -121,8 +121,6 @@ Settings config = {
.element_height = 1,
/** Sidebar mode, show the modi */
.sidebar_mode = FALSE,
- /** Lazy mode setting */
- .lazy_filter_limit = 15000,
/** auto select */
.auto_select = FALSE,
/** Parse /etc/hosts file in ssh view. */