mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:07:38 +00:00 
			
		
		
		
	Remove unused variable, from Ben Boeckel.
This commit is contained in:
		@@ -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--;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user