mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
Remove another error message
This commit is contained in:
parent
3e58204908
commit
e6d0766821
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
static char *
|
||||
_br_find_exe (GimpBinrelocInitError *error)
|
||||
{
|
||||
#if ! defined(ENABLE_RELOCATABLE_RESOURCES) || defined(G_OS_WIN32)
|
||||
#if ! defined(ENABLE_RELOCATABLE_RESOURCES) || defined(G_OS_WIN32) || defined(__APPLE__)
|
||||
if (error)
|
||||
*error = GIMP_RELOC_INIT_ERROR_DISABLED;
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue