From 8c224756122656867ca9a8e7837e173ee345de4e Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Mon, 25 Nov 2024 19:01:44 -0700 Subject: [PATCH] Revert other work --- src/apprt/glfw.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apprt/glfw.zig b/src/apprt/glfw.zig index d2c6fff39..50936eb3a 100644 --- a/src/apprt/glfw.zig +++ b/src/apprt/glfw.zig @@ -41,7 +41,7 @@ pub const App = struct { pub const Options = struct {}; pub fn init(core_app: *CoreApp, _: Options) !App { - _ = internal_os.unsetenv("DISPLAY"); + 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", .{});