mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	removed unneeded code fragment
This commit is contained in:
		
							parent
							
								
									d19648a304
								
							
						
					
					
						commit
						417a10f477
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
					@ -55,9 +55,6 @@ void seat_destroy(struct sway_seat *seat) {
 | 
				
			||||||
	free(seat);
 | 
						free(seat);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static struct sway_seat_node *seat_node_from_node(
 | 
					 | 
				
			||||||
		struct sway_seat *seat, struct sway_node *node);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static void seat_node_destroy(struct sway_seat_node *seat_node) {
 | 
					static void seat_node_destroy(struct sway_seat_node *seat_node) {
 | 
				
			||||||
	wl_list_remove(&seat_node->destroy.link);
 | 
						wl_list_remove(&seat_node->destroy.link);
 | 
				
			||||||
	wl_list_remove(&seat_node->link);
 | 
						wl_list_remove(&seat_node->link);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue