mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:44:18 +00:00 
			
		
		
		
	Unused variable. Aargh.
This commit is contained in:
		@@ -350,7 +350,7 @@ tty_keys_next(struct tty *tty)
 | 
				
			|||||||
	struct tty_key		*tk;
 | 
						struct tty_key		*tk;
 | 
				
			||||||
	struct timeval		 tv;
 | 
						struct timeval		 tv;
 | 
				
			||||||
	struct mouse_event	 mouse;
 | 
						struct mouse_event	 mouse;
 | 
				
			||||||
	char			*buf, *ptr;
 | 
						char			*buf;
 | 
				
			||||||
	size_t			 len, size;
 | 
						size_t			 len, size;
 | 
				
			||||||
	cc_t			 bspace;
 | 
						cc_t			 bspace;
 | 
				
			||||||
	int			 key;
 | 
						int			 key;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user