fix(wayland): remove unnecessary backend impl

This commit is contained in:
Nova
2024-06-11 14:33:59 -04:00
parent de56aa53d6
commit 83e3a913c5
2 changed files with 35 additions and 94 deletions

View File

@@ -501,14 +501,6 @@ impl Backend for XdgBackend {
keyboard_grab: None,
})
}
fn surface_alive(&self, surface: &SurfaceId) -> bool {
let Some(surface) = self.wl_surface_from_id(surface) else {
return false;
};
surface.is_alive()
}
fn apply_cursor_material(&self, model_part: &Arc<ModelPart>) {
let Some(surface) = self
.seat