diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-08-28 14:01:11 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-08-28 14:01:11 +0100 |
commit | 84eabb2658f9ad1bec81344aa425f66a903c931d (patch) | |
tree | 98c743d4888d1414884ec418d1eaf354c9a07213 /options-table.c | |
parent | 31c027a37a18d11acdc5a1bc96c871dd0139744d (diff) | |
parent | 675def039652e69d8fd5f229eff2128116e1d328 (diff) | |
download | rtmux-84eabb2658f9ad1bec81344aa425f66a903c931d.tar.gz rtmux-84eabb2658f9ad1bec81344aa425f66a903c931d.tar.bz2 rtmux-84eabb2658f9ad1bec81344aa425f66a903c931d.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/options-table.c b/options-table.c index 1c9ccd95..c99937d3 100644 --- a/options-table.c +++ b/options-table.c @@ -205,11 +205,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, |