linux: remove deinit() because it doesn't seem like it's used in other platforms

This commit is contained in:
Joshua Holmes 2025-01-03 07:12:54 +00:00 committed by Emi Gutekanst
parent 431684af7e
commit 710b5907a2
3 changed files with 0 additions and 48 deletions

View file

@ -209,13 +209,6 @@ pub fn initWindow(
try core.initWindow(window_id);
}
// pub fn deinit(
// wl: *Wayland,
// linux: *Linux,
// ) void {
// linux.allocator.destroy(wl.surface_descriptor);
// }
pub fn tick(window_id: mach.ObjectID) !void {
const wl = &core_ptr.windows.getValue(window_id).native.?.wayland;