diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2017-01-15 20:16:23 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2017-01-15 20:16:23 +0000 |
commit | b65248995a0fd1411b636fdc24ed886b8be92eed (patch) | |
tree | ebfce651f498bfef2654680ba678436fe26b53e1 /usr.bin/tmux | |
parent | ac97bcc2498fbffe15ca3ca6c89974941fc748bf (diff) |
Remove unused quiet option.
Diffstat (limited to 'usr.bin/tmux')
-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, |