From 24f8f6f68b9514dce159a2bcaecff521f2da8bda Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Sun, 1 Mar 2026 11:15:06 -0300 Subject: [PATCH] app: Do not unconditionally force Playground on macOS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Very weird line of code. --- app/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/main.c b/app/main.c index d22bd04725..a2da39737a 100644 --- a/app/main.c +++ b/app/main.c @@ -342,8 +342,6 @@ gimp_macos_setenv (const char * progname) resolved_path = g_canonicalize_filename (progname, NULL); if (resolved_path && ! g_getenv ("GIMP_NO_WRAPPER")) { - static gboolean show_playground = TRUE; - gchar *path; gchar *tmp; gchar *bin_dir;