From 952ffdd28826a611c3c3374f1d1629ecd5bc7195 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 29 Feb 2012 21:10:51 +0000 Subject: Remove accidentally committed option. --- options-table.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'options-table.c') 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 -- cgit v1.2.3