[gimp/gimp-2-10] app: don't sanity check for "gegl:matting-levin".



commit d7fa835cd39e7365c0041fd3bad945acf522f53d
Author: Jehan <jehan girinstud io>
Date:   Mon Sep 17 17:01:29 2018 +0200

    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 97247f41ea51642609de5efab3cc0a82727c4087)

 app/sanity.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/app/sanity.c b/app/sanity.c
index a972073836..2a135f2e01 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -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",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]