linux: remove deinit() because it doesn't seem like it's used in other platforms
This commit is contained in:
parent
431684af7e
commit
710b5907a2
3 changed files with 0 additions and 48 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue