app: Do not unconditionally force Playground on macOS
Very weird line of code.
This commit is contained in:
parent
fcba50ffcd
commit
24f8f6f68b
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue