mirror of
https://github.com/tmux/tmux.git
synced 2024-11-15 17:08:54 +00:00
Remove unused quiet option.
This commit is contained in:
parent
a3cf995017
commit
404214b0ac
@ -105,12 +105,6 @@ const struct options_table_entry options_table[] = {
|
|||||||
.default_num = 100
|
.default_num = 100
|
||||||
},
|
},
|
||||||
|
|
||||||
{ .name = "quiet",
|
|
||||||
.type = OPTIONS_TABLE_FLAG,
|
|
||||||
.scope = OPTIONS_TABLE_SERVER,
|
|
||||||
.default_num = 0
|
|
||||||
},
|
|
||||||
|
|
||||||
{ .name = "set-clipboard",
|
{ .name = "set-clipboard",
|
||||||
.type = OPTIONS_TABLE_FLAG,
|
.type = OPTIONS_TABLE_FLAG,
|
||||||
.scope = OPTIONS_TABLE_SERVER,
|
.scope = OPTIONS_TABLE_SERVER,
|
||||||
|
Loading…
Reference in New Issue
Block a user