---
 window-copy.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/window-copy.c b/window-copy.c
index 82b4765c..f8569d79 100644
--- a/window-copy.c
+++ b/window-copy.c
@@ -1003,7 +1003,7 @@ window_copy_cmd_previous_matching_bracket(struct 
window_copy_cmd_state *cs)
        struct screen                   *s = data->backing;
        char                             open[] = "{[(", close[] = "}])";
        char                             tried, found, start, *cp;
-       u_int                            px, py, xx, yy, n;
+       u_int                            px, py, xx, n;
        struct grid_cell                 gc;
        int                              failed;
 
@@ -1012,7 +1012,6 @@ window_copy_cmd_previous_matching_bracket(struct 
window_copy_cmd_state *cs)
                px = data->cx;
                py = screen_hsize(s) + data->cy - data->oy;
                xx = window_copy_find_length(wme, py);
-               yy = screen_hsize(s) + screen_size_y(s) - 1;
                if (xx == 0)
                        break;
 
-- 
2.20.1

-- 
You received this message because you are subscribed to the Google Groups 
"tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to