Revert "app: Add macro to fix unused eek_handled variable"

This reverts commit 499e18f84e.
This commit is contained in:
Bruno Lopes 2026-03-31 07:34:49 -03:00
parent 499e18f84e
commit 189598c330

View file

@ -293,9 +293,7 @@ gimp_eek (const gchar *reason,
gboolean use_handler)
{
GimpCoreConfig *config = the_errors_gimp->config;
#ifndef G_OS_WIN32
gboolean eek_handled = FALSE;
#endif
GimpDebugPolicy debug_policy;
GList *iter;
gint num_idx;