Remove accidentally committed option.

pull/1/head
Nicholas Marriott 2012-02-29 21:10:51 +00:00
parent 4e7de210e4
commit 952ffdd288
1 changed files with 0 additions and 7 deletions

View File

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