mirror of
https://github.com/tmux/tmux.git
synced 2025-04-21 20:08:48 +00:00
Doh, trim variables unused now.
This commit is contained in:
parent
8cb8a0da8d
commit
8a873b97a3
3
server.c
3
server.c
@ -1170,10 +1170,9 @@ server_check_window(struct window *w)
|
|||||||
{
|
{
|
||||||
struct window_pane *wp, *wq;
|
struct window_pane *wp, *wq;
|
||||||
struct options *oo = &w->options;
|
struct options *oo = &w->options;
|
||||||
struct client *c;
|
|
||||||
struct session *s;
|
struct session *s;
|
||||||
struct winlink *wl;
|
struct winlink *wl;
|
||||||
u_int i, j;
|
u_int i;
|
||||||
int destroyed;
|
int destroyed;
|
||||||
|
|
||||||
destroyed = 1;
|
destroyed = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user