Remove unused variable.

This commit is contained in:
Nicholas Marriott
2026-05-27 20:33:41 +01:00
parent c62b27f014
commit bfa2ff2bdf

View File

@@ -249,7 +249,7 @@ window_tree_build_window(struct session *s, struct winlink *wl,
struct window_tree_itemdata *item;
struct mode_tree_item *mti;
char *name, *text;
struct window_pane *wp, *fwp, **l;
struct window_pane *wp, **l;
u_int n, i;
int expanded;
struct format_tree *ft;