diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2012-02-29 21:10:51 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2012-02-29 21:10:51 +0000 |
commit | 952ffdd28826a611c3c3374f1d1629ecd5bc7195 (patch) | |
tree | c9fdedd7c8928288e4912c4c2584e0c5485c5f11 | |
parent | 4e7de210e4e260b6e29e2cde59d4d879faea5fa5 (diff) | |
download | rtmux-952ffdd28826a611c3c3374f1d1629ecd5bc7195.tar.gz rtmux-952ffdd28826a611c3c3374f1d1629ecd5bc7195.tar.bz2 rtmux-952ffdd28826a611c3c3374f1d1629ecd5bc7195.zip |
Remove accidentally committed option.
-rw-r--r-- | options-table.c | 7 |
1 files changed, 0 insertions, 7 deletions
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 |