Left the c0-* options behind in the table.

pull/1/head
nicm 2015-05-11 10:58:22 +00:00
parent 44364d7112
commit b833fabeb2
1 changed files with 0 additions and 14 deletions

View File

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