diff options
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 6 |
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, |