chore: Cleanup

This commit is contained in:
Victoria Brekenfeld 2024-06-10 20:41:29 +02:00 committed by Victoria Brekenfeld
parent 800e01a484
commit 92f3dbce01
16 changed files with 329 additions and 277 deletions

View file

@ -56,7 +56,6 @@ use smithay::{
};
use std::{
borrow::Cow,
cell::RefCell,
fmt,
hash::Hash,
sync::{

View file

@ -649,7 +649,7 @@ impl Workspaces {
return;
}
if let Some(set) = self.sets.remove(output) {
if let Some(set) = self.sets.shift_remove(output) {
{
let map = layer_map_for_output(output);
for surface in map.layers() {