Remove the "struct tty *" declaration; it's not used anymore.
---
 trunk/cmd-choose-tree.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/trunk/cmd-choose-tree.c b/trunk/cmd-choose-tree.c
index 0a5cd86..b33bf34 100644
--- a/trunk/cmd-choose-tree.c
+++ b/trunk/cmd-choose-tree.c
@@ -76,7 +76,6 @@ cmd_choose_tree_exec(struct cmd *self, struct cmd_ctx *ctx)
        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, *final_win_template;
@@ -93,7 +92,6 @@ cmd_choose_tree_exec(struct cmd *self, struct cmd_ctx *ctx)
        }
 
        s = ctx->curclient->session;
-       tty = &ctx->curclient->tty;
 
        if ((wl = cmd_find_window(ctx, args_get(args, 't'), NULL)) == NULL)
                return (CMD_RETURN_ERROR);
-- 
1.7.10


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to