app: don't sanity check for "gegl:matting-levin".

My previous commit answers the forever question "do we want to require
this?" which was in comments and can now be removed.
We don't need to actually require this operation for running GIMP, as it
runs fine without. Just testing in configure is enough of a warning for
the missing feature.

(cherry picked from commit 97247f41ea)
This commit is contained in:
Jehan
2018-09-17 17:01:29 +02:00
parent 5f088a95c3
commit d7fa835cd3

View File

@ -657,7 +657,6 @@ sanity_check_gegl_ops (void)
"gegl:map-absolute",
"gegl:map-relative",
"gegl:matting-global",
/* "gegl:matting-levin",*/ /* XXX: do we want to require this? */
"gegl:maze",
"gegl:median-blur",
"gegl:mirrors",