app: Disable the gegl operation sanity check for now

It turns out that this interferes with gimp registering gegl ops
later on.
This commit is contained in:
Michael Henning 2013-07-30 11:33:02 -04:00
parent fc6c605cd5
commit 47cb117fa8
1 changed files with 2 additions and 0 deletions

View File

@ -75,8 +75,10 @@ sanity_check (void)
if (! abort_message)
abort_message = sanity_check_gegl ();
#if 0
if (! abort_message)
abort_message = sanity_check_gegl_ops ();
#endif
if (! abort_message)
abort_message = sanity_check_filename_encoding ();