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 /window.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 'window.c')
-rw-r--r-- | window.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -286,7 +286,6 @@ window_create1(u_int sx, u_int sy) w->lastlayout = -1; w->layout_root = NULL; - TAILQ_INIT(&w->layout_list); w->sx = sx; w->sy = sy; |