mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
remove unneeded scene_ouput destroy
This commit is contained in:
parent
0dad842be1
commit
78da941645
1 changed files with 0 additions and 1 deletions
|
|
@ -91,7 +91,6 @@ fn handleDestroy(
|
||||||
output.destroy.link.remove();
|
output.destroy.link.remove();
|
||||||
|
|
||||||
server.root.output_layout.remove(output.wlr_output);
|
server.root.output_layout.remove(output.wlr_output);
|
||||||
output.scene_output.destroy();
|
|
||||||
|
|
||||||
gpa.destroy(output);
|
gpa.destroy(output);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue