mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by
lint.
This commit is contained in:
		
							
								
								
									
										2
									
								
								tmux.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tmux.h
									
									
									
									
									
								
							@@ -1349,7 +1349,6 @@ extern const struct grid_cell grid_default_cell;
 | 
			
		||||
struct grid *grid_create(u_int, u_int, u_int);
 | 
			
		||||
void	 grid_destroy(struct grid *);
 | 
			
		||||
int	 grid_compare(struct grid *, struct grid *);
 | 
			
		||||
void	 grid_reduce_line(struct grid *, u_int, u_int);
 | 
			
		||||
void	 grid_expand_line(struct grid *, u_int, u_int);
 | 
			
		||||
void	 grid_expand_line_utf8(struct grid *, u_int, u_int);
 | 
			
		||||
void	 grid_scroll_line(struct grid *);
 | 
			
		||||
@@ -1603,7 +1602,6 @@ void printflike1 log_warnx(const char *, ...);
 | 
			
		||||
void printflike1 log_info(const char *, ...);
 | 
			
		||||
void printflike1 log_debug(const char *, ...);
 | 
			
		||||
void printflike1 log_debug2(const char *, ...);
 | 
			
		||||
void printflike1 log_debug3(const char *, ...);
 | 
			
		||||
__dead void	 log_fatal(const char *, ...);
 | 
			
		||||
__dead void	 log_fatalx(const char *, ...);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user