Some trivial bits from master.

This commit is contained in:
Nicholas Marriott
2026-05-25 15:49:22 +01:00
parent c60422241b
commit 6c1773542d
3 changed files with 3 additions and 5 deletions

View File

@@ -216,7 +216,6 @@ layout_parse(struct window *w, const char *layout, char **cause)
if (floating_lc != NULL)
ncells += layout_count_cells(floating_lc);
if (npanes > ncells) {
/* Modify this to open a new pane */
xasprintf(cause, "have %u panes but need %u", npanes,
ncells);
goto fail;