diff --git a/options-table.c b/options-table.c index dfb8650a..305bada8 100644 --- a/options-table.c +++ b/options-table.c @@ -569,13 +569,6 @@ const struct options_table_entry window_options_table[] = { .default_num = 0 }, - { .name = "rate-limit", - .type = OPTIONS_TABLE_NUMBER, - .minimum = 0, - .maximum = UINT_MAX, - .default_num = 0 - }, - { .name = "remain-on-exit", .type = OPTIONS_TABLE_FLAG, .default_num = 0