=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-choose-tree.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/tmux/cmd-choose-tree.c 2012/09/03 09:01:16 1.8 +++ src/usr.bin/tmux/cmd-choose-tree.c 2012/09/03 09:36:07 1.9 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-choose-tree.c,v 1.8 2012/09/03 09:01:16 nicm Exp $ */ +/* $OpenBSD: cmd-choose-tree.c,v 1.9 2012/09/03 09:36:07 nicm Exp $ */ /* * Copyright (c) 2012 Thomas Adam @@ -74,7 +74,6 @@ struct args *args = self->args; struct winlink *wl, *wm; struct session *s, *s2; - struct tty *tty; struct window_choose_data *wcd = NULL; const char *ses_template, *win_template; char *final_win_action, *cur_win_template; @@ -93,7 +92,6 @@ } s = ctx->curclient->session; - tty = &ctx->curclient->tty; if ((wl = cmd_find_window(ctx, args_get(args, 't'), NULL)) == NULL) return (CMD_RETURN_ERROR);