Revert other work

This commit is contained in:
Isaac Mills
2024-11-25 19:01:58 -07:00
parent 8c22475612
commit 8f8b7f1f87

View File

@ -41,7 +41,6 @@ pub const App = struct {
pub const Options = struct {};
pub fn init(core_app: *CoreApp, _: Options) !App {
internal_os.unsetenv("DISPLAY");
if (comptime builtin.target.isDarwin()) {
log.warn("WARNING WARNING WARNING: GLFW ON MAC HAS BUGS.", .{});
log.warn("You should use the AppKit-based app instead. The official download", .{});