app: Do not unconditionally force Playground on macOS

Very weird line of code.
This commit is contained in:
Bruno Lopes 2026-03-01 11:15:06 -03:00
parent fcba50ffcd
commit 24f8f6f68b

View file

@ -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;