Remove the layout undo/redo code which never really worked.

This commit is contained in:
Nicholas Marriott
2013-01-17 00:11:22 +00:00
parent 44f8e1caff
commit e33ba57c13
8 changed files with 12 additions and 148 deletions

View File

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