mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	session-lock: remove unused wlr_session_lock_surface_v1.events.map
This commit is contained in:
		
							parent
							
								
									17230d33c1
								
							
						
					
					
						commit
						e75407fd4d
					
				
					 2 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
					@ -73,7 +73,6 @@ struct wlr_session_lock_surface_v1 {
 | 
				
			||||||
	struct wlr_session_lock_surface_v1_state pending;
 | 
						struct wlr_session_lock_surface_v1_state pending;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	struct {
 | 
						struct {
 | 
				
			||||||
		struct wl_signal map;
 | 
					 | 
				
			||||||
		struct wl_signal destroy;
 | 
							struct wl_signal destroy;
 | 
				
			||||||
	} events;
 | 
						} events;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -180,7 +180,6 @@ static void lock_surface_role_destroy(struct wlr_surface *surface) {
 | 
				
			||||||
		free(configure);
 | 
							free(configure);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	assert(wl_list_empty(&lock_surface->events.map.listener_list));
 | 
					 | 
				
			||||||
	assert(wl_list_empty(&lock_surface->events.destroy.listener_list));
 | 
						assert(wl_list_empty(&lock_surface->events.destroy.listener_list));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	wl_list_remove(&lock_surface->output_destroy.link);
 | 
						wl_list_remove(&lock_surface->output_destroy.link);
 | 
				
			||||||
| 
						 | 
					@ -286,7 +285,6 @@ static void lock_handle_get_lock_surface(struct wl_client *client,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	wl_list_init(&lock_surface->configure_list);
 | 
						wl_list_init(&lock_surface->configure_list);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	wl_signal_init(&lock_surface->events.map);
 | 
					 | 
				
			||||||
	wl_signal_init(&lock_surface->events.destroy);
 | 
						wl_signal_init(&lock_surface->events.destroy);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	wl_signal_add(&output->events.destroy, &lock_surface->output_destroy);
 | 
						wl_signal_add(&output->events.destroy, &lock_surface->output_destroy);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue