diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2013-01-17 00:11:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2013-01-17 00:11:22 +0000 |
commit | e33ba57c13139bc9ae6e92be169de6dc322e38eb (patch) | |
tree | a67fba8332c545f71c2a25480ef1d367b69d01b1 /options-table.c | |
parent | 44f8e1caffce2e887682c3314ee22becc09e1d3c (diff) | |
download | rtmux-e33ba57c13139bc9ae6e92be169de6dc322e38eb.tar.gz rtmux-e33ba57c13139bc9ae6e92be169de6dc322e38eb.tar.bz2 rtmux-e33ba57c13139bc9ae6e92be169de6dc322e38eb.zip |
Remove the layout undo/redo code which never really worked.
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 7 |
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, |