summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authornicm <nicm>2015-08-28 12:31:55 +0000
committernicm <nicm>2015-08-28 12:31:55 +0000
commit675def039652e69d8fd5f229eff2128116e1d328 (patch)
treeddbe5abd367cfe8195de707c230d152261f9f65c /options-table.c
parent6419f665237d4280966c298a38836b53746b8dcc (diff)
Remove the lock-server option which is a bit redundant, it isn't that
different without it.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/options-table.c b/options-table.c
index 7f75d22c..b9431483 100644
--- a/options-table.c
+++ b/options-table.c
@@ -206,11 +206,6 @@ const struct options_table_entry session_options_table[] = {
.default_str = "lock -np"
},
- { .name = "lock-server",
- .type = OPTIONS_TABLE_FLAG,
- .default_num = 1
- },
-
{ .name = "message-attr",
.type = OPTIONS_TABLE_ATTRIBUTES,
.default_num = 0,