From 588791c6fcf042e42c6168b258f1f994d4021461 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 29 Feb 2012 21:10:52 +0000 Subject: Remove accidentally committed option. --- usr.bin/tmux/options-table.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'usr.bin/tmux/options-table.c') diff --git a/usr.bin/tmux/options-table.c b/usr.bin/tmux/options-table.c index f345cd852a6..1646c0870b1 100644 --- a/usr.bin/tmux/options-table.c +++ b/usr.bin/tmux/options-table.c @@ -1,4 +1,4 @@ -/* $OpenBSD: options-table.c,v 1.22 2012/02/25 12:57:42 nicm Exp $ */ +/* $OpenBSD: options-table.c,v 1.23 2012/02/29 21:10:51 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -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