diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-08-28 12:31:56 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-08-28 12:31:56 +0000 |
commit | df7c3d11b4f76b2df4cb36445cc1109db51ff25d (patch) | |
tree | a93b22129f9a2462f8925ffd24ff6e2055282bc6 /usr.bin/tmux/options-table.c | |
parent | fd255b98b71d4b95733f60dd397bf2f7978ac73a (diff) |
Remove the lock-server option which is a bit redundant, it isn't that
different without it.
Diffstat (limited to 'usr.bin/tmux/options-table.c')
-rw-r--r-- | usr.bin/tmux/options-table.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/tmux/options-table.c b/usr.bin/tmux/options-table.c index c7d78b41e16..b9f374280c5 100644 --- a/usr.bin/tmux/options-table.c +++ b/usr.bin/tmux/options-table.c @@ -1,4 +1,4 @@ -/* $OpenBSD: options-table.c,v 1.61 2015/07/20 15:50:04 nicm Exp $ */ +/* $OpenBSD: options-table.c,v 1.62 2015/08/28 12:31:55 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott <nicm@users.sourceforge.net> @@ -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, |