mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-11-03 09:01:42 -05:00 
			
		
		
		
	server: remove wl_display::callback_list as unused
Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
This commit is contained in:
		
							parent
							
								
									2755847fce
								
							
						
					
					
						commit
						c7473897fc
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -70,7 +70,6 @@ struct wl_display {
 | 
			
		|||
	struct wl_event_loop *loop;
 | 
			
		||||
	int run;
 | 
			
		||||
 | 
			
		||||
	struct wl_list callback_list;
 | 
			
		||||
	uint32_t id;
 | 
			
		||||
 | 
			
		||||
	struct wl_list global_list;
 | 
			
		||||
| 
						 | 
				
			
			@ -660,7 +659,6 @@ wl_display_create(void)
 | 
			
		|||
		return NULL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	wl_list_init(&display->callback_list);
 | 
			
		||||
	wl_list_init(&display->global_list);
 | 
			
		||||
	wl_list_init(&display->socket_list);
 | 
			
		||||
	wl_list_init(&display->client_list);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue