mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 17:24:18 +00:00 
			
		
		
		
	Nuke a leftover RB tree declaration spotted by blambert.
This commit is contained in:
		
							
								
								
									
										2
									
								
								tmux.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tmux.h
									
									
									
									
									
								
							@@ -1827,9 +1827,7 @@ int	 screen_check_selection(struct screen *, u_int, u_int);
 | 
			
		||||
 | 
			
		||||
/* window.c */
 | 
			
		||||
extern struct windows windows;
 | 
			
		||||
int		 window_cmp(struct window *, struct window *);
 | 
			
		||||
int		 winlink_cmp(struct winlink *, struct winlink *);
 | 
			
		||||
RB_PROTOTYPE(windows, window, entry, window_cmp);
 | 
			
		||||
RB_PROTOTYPE(winlinks, winlink, entry, winlink_cmp);
 | 
			
		||||
struct winlink	*winlink_find_by_index(struct winlinks *, int);
 | 
			
		||||
struct winlink	*winlink_find_by_window(struct winlinks *, struct window *);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user