{glfw,mach}: remove dead code

This commit is contained in:
Ali Chraghi 2023-01-15 11:14:33 +03:30 committed by Stephen Gutekanst
parent d7a16e5078
commit f214c28f44

View file

@ -31,11 +31,6 @@ fn testStepShared(b: *Builder, mode: std.builtin.Mode, target: std.zig.CrossTarg
return main_tests.run(); return main_tests.run();
} }
pub const LinuxWindowManager = enum {
X11,
Wayland,
};
pub const Options = struct { pub const Options = struct {
/// Not supported on macOS. /// Not supported on macOS.
vulkan: bool = true, vulkan: bool = true,