diff options
-rw-r--r-- | server.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1170,10 +1170,9 @@ server_check_window(struct window *w) { struct window_pane *wp, *wq; struct options *oo = &w->options; - struct client *c; struct session *s; struct winlink *wl; - u_int i, j; + u_int i; int destroyed; destroyed = 1; |