Remove unused destroyed_surface_ids

This commit is contained in:
Ian Douglas Scott 2025-01-02 11:10:24 -08:00 committed by Ashley Wulber
parent 6cffd2f452
commit 545ecb8a8a
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -62,7 +62,6 @@ pub(crate) struct WaylandSpecific {
display_handle: Option<OwnedDisplayHandle>, display_handle: Option<OwnedDisplayHandle>,
modifiers: Modifiers, modifiers: Modifiers,
surface_ids: HashMap<ObjectId, SurfaceIdWrapper>, surface_ids: HashMap<ObjectId, SurfaceIdWrapper>,
destroyed_surface_ids: HashMap<ObjectId, SurfaceIdWrapper>,
subsurface_state: Option<SubsurfaceState>, subsurface_state: Option<SubsurfaceState>,
surface_subsurfaces: HashMap<window::Id, Vec<SubsurfaceInstance>>, surface_subsurfaces: HashMap<window::Id, Vec<SubsurfaceInstance>>,
} }
@ -137,7 +136,6 @@ impl WaylandSpecific {
sender, sender,
display_handle, display_handle,
surface_ids, surface_ids,
destroyed_surface_ids,
modifiers, modifiers,
subsurface_state, subsurface_state,
surface_subsurfaces, surface_subsurfaces,