mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 14:16:18 +00:00
Remove unused variable.
This commit is contained in:
@@ -249,7 +249,7 @@ window_tree_build_window(struct session *s, struct winlink *wl,
|
|||||||
struct window_tree_itemdata *item;
|
struct window_tree_itemdata *item;
|
||||||
struct mode_tree_item *mti;
|
struct mode_tree_item *mti;
|
||||||
char *name, *text;
|
char *name, *text;
|
||||||
struct window_pane *wp, *fwp, **l;
|
struct window_pane *wp, **l;
|
||||||
u_int n, i;
|
u_int n, i;
|
||||||
int expanded;
|
int expanded;
|
||||||
struct format_tree *ft;
|
struct format_tree *ft;
|
||||||
|
|||||||
Reference in New Issue
Block a user