aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicm <nicm>2017-01-15 20:16:22 +0000
committernicm <nicm>2017-01-15 20:16:22 +0000
commit404214b0ac99ca5e8b7599995e339857f893cb11 (patch)
treec4a6850ee62621a0f83f1e115afa38aad8feb6a8
parenta3cf99501782fc036d415369eb5a5d805eb9bdcc (diff)
downloadrtmux-404214b0ac99ca5e8b7599995e339857f893cb11.tar.gz
rtmux-404214b0ac99ca5e8b7599995e339857f893cb11.tar.bz2
rtmux-404214b0ac99ca5e8b7599995e339857f893cb11.zip
Remove unused quiet option.
-rw-r--r--options-table.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/options-table.c b/options-table.c
index 92441ebe..b17f2b93 100644
--- a/options-table.c
+++ b/options-table.c
@@ -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,