Remove another error message

This commit is contained in:
Lukas Oberhuber 2021-10-10 23:16:08 +01:00
parent 3e58204908
commit e6d0766821

View file

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