Remove unused quiet option.

pull/725/head
nicm 2017-01-15 20:16:22 +00:00
parent a3cf995017
commit 404214b0ac
1 changed files with 0 additions and 6 deletions

View File

@ -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,