mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Remove redundant roots_seat_remove_device function
This function is unimplemented and is redundant because all devices added with roots_seat_add_device get destruction handlers assigned already. This fixes issue #998.
This commit is contained in:
		
							parent
							
								
									31c8ca7bec
								
							
						
					
					
						commit
						736309c228
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
					@ -94,9 +94,6 @@ void roots_seat_destroy(struct roots_seat *seat);
 | 
				
			||||||
void roots_seat_add_device(struct roots_seat *seat,
 | 
					void roots_seat_add_device(struct roots_seat *seat,
 | 
				
			||||||
		struct wlr_input_device *device);
 | 
							struct wlr_input_device *device);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void roots_seat_remove_device(struct roots_seat *seat,
 | 
					 | 
				
			||||||
		struct wlr_input_device *device);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
void roots_seat_configure_cursor(struct roots_seat *seat);
 | 
					void roots_seat_configure_cursor(struct roots_seat *seat);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void roots_seat_configure_xcursor(struct roots_seat *seat);
 | 
					void roots_seat_configure_xcursor(struct roots_seat *seat);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue