diff options
author | 2017-01-15 20:16:22 +0000 | |
---|---|---|
committer | 2017-01-15 20:16:22 +0000 | |
commit | c7d6d1d4daf57cb77055d0d6987718617c055ad8 (patch) | |
tree | 26195e802bd92d46c66471bb37069b0d21391ccc | |
parent | Append needs to go old,new not new,old... (diff) | |
download | wireguard-openbsd-c7d6d1d4daf57cb77055d0d6987718617c055ad8.tar.xz wireguard-openbsd-c7d6d1d4daf57cb77055d0d6987718617c055ad8.zip |
Remove unused quiet option.
-rw-r--r-- | usr.bin/tmux/options-table.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/tmux/options-table.c b/usr.bin/tmux/options-table.c index 47621e3a486..aad49fad013 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.78 2017/01/12 15:36:35 nicm Exp $ */ +/* $OpenBSD: options-table.c,v 1.79 2017/01/15 20:16:22 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -105,12 +105,6 @@ const struct options_table_entry options_table[] = { .default_num = 100 }, - { .name = "quiet", - .type = OPTIONS_TABLE_FLAG, - .scope = OPTIONS_TABLE_SERVER, - .default_num = 0 - }, - { .name = "set-clipboard", .type = OPTIONS_TABLE_FLAG, .scope = OPTIONS_TABLE_SERVER, |