summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2013-01-17 00:11:22 +0000
committerNicholas Marriott <nicm@openbsd.org>2013-01-17 00:11:22 +0000
commite33ba57c13139bc9ae6e92be169de6dc322e38eb (patch)
treea67fba8332c545f71c2a25480ef1d367b69d01b1 /options-table.c
parent44f8e1caffce2e887682c3314ee22becc09e1d3c (diff)
Remove the layout undo/redo code which never really worked.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/options-table.c b/options-table.c
index 9baf6835..529b3c26 100644
--- a/options-table.c
+++ b/options-table.c
@@ -517,13 +517,6 @@ const struct options_table_entry window_options_table[] = {
.default_num = 0
},
- { .name = "layout-history-limit",
- .type = OPTIONS_TABLE_NUMBER,
- .minimum = 1,
- .maximum = USHRT_MAX,
- .default_num = 20
- },
-
{ .name = "main-pane-height",
.type = OPTIONS_TABLE_NUMBER,
.minimum = 1,