mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 19:58:48 +00:00
Remove unused variable, from Ben Boeckel.
This commit is contained in:
parent
fdd368a294
commit
e81a92449e
@ -423,10 +423,9 @@ void
|
||||
window_copy_previous_paragraph(struct window_pane *wp)
|
||||
{
|
||||
struct window_copy_mode_data *data = wp->modedata;
|
||||
u_int ox, oy;
|
||||
u_int oy;
|
||||
|
||||
oy = screen_hsize(data->backing) + data->cy - data->oy;
|
||||
ox = window_copy_find_length(wp, oy);
|
||||
|
||||
while (oy > 0 && window_copy_find_length(wp, oy) == 0)
|
||||
oy--;
|
||||
|
Loading…
Reference in New Issue
Block a user