mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	grid_put_utf8 is unused, remove it.
This commit is contained in:
		
							
								
								
									
										4
									
								
								grid.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								grid.c
									
									
									
									
									
								
							@@ -42,10 +42,6 @@ const struct grid_cell grid_default_cell = { 0, 0, 8, 8, (1 << 4) | 1, " " };
 | 
			
		||||
	memcpy(&gd->linedata[py].celldata[px], 			\
 | 
			
		||||
	    gc, sizeof gd->linedata[py].celldata[px]);		\
 | 
			
		||||
} while (0)
 | 
			
		||||
#define grid_put_utf8(gd, px, py, gc) do {			\
 | 
			
		||||
	memcpy(&gd->linedata[py].utf8data[px], 			\
 | 
			
		||||
	    gc, sizeof gd->linedata[py].utf8data[px]);		\
 | 
			
		||||
} while (0)
 | 
			
		||||
 | 
			
		||||
int	grid_check_y(struct grid *, u_int);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user