Doh, trim variables unused now.

pull/1/head
Nicholas Marriott 2009-09-12 13:09:43 +00:00
parent 8cb8a0da8d
commit 8a873b97a3
1 changed files with 1 additions and 2 deletions

View File

@ -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;