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:
@ -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",
|
||||
|
Reference in New Issue
Block a user