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

@ -103,7 +103,6 @@ cmd_resize_pane_exec(struct cmd *self, struct cmd_ctx *ctx)
}
}
layout_list_add(wp->window);
if (args_has(self->args, 'L'))
layout_resize_pane(wp, LAYOUT_LEFTRIGHT, -adjust);
else if (args_has(self->args, 'R'))