Left the c0-* options behind in the table.
authornicm <nicm@openbsd.org>
Mon, 11 May 2015 10:58:22 +0000 (10:58 +0000)
committernicm <nicm@openbsd.org>
Mon, 11 May 2015 10:58:22 +0000 (10:58 +0000)
usr.bin/tmux/options-table.c

index 797db84..fa45a6e 100644 (file)
@@ -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 <nicm@users.sourceforge.net>
@@ -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