From: nicm Date: Mon, 11 May 2015 10:58:22 +0000 (+0000) Subject: Left the c0-* options behind in the table. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=aaef5ad5a2964d0b8288409ad3d881e314c5ede0;p=openbsd Left the c0-* options behind in the table. --- diff --git a/usr.bin/tmux/options-table.c b/usr.bin/tmux/options-table.c index 797db845401..fa45a6ea450 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.57 2015/05/06 08:35:39 nicm Exp $ */ +/* $OpenBSD: options-table.c,v 1.58 2015/05/11 10:58:22 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -485,20 +485,6 @@ const struct options_table_entry window_options_table[] = { "#{?pane_dead,[dead],}" }, - { .name = "c0-change-trigger", - .type = OPTIONS_TABLE_NUMBER, - .default_num = 250, - .minimum = 0, - .maximum = USHRT_MAX - }, - - { .name = "c0-change-interval", - .type = OPTIONS_TABLE_NUMBER, - .default_num = 100, - .minimum = 1, - .maximum = USHRT_MAX - }, - { .name = "clock-mode-colour", .type = OPTIONS_TABLE_COLOUR, .default_num = 4