[gimp/metadata-browser] plugins: remove laplace/sobel from menu



commit b762b082ec9f8022fde4d1fc41f4ddee0c18943d
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Sun May 6 21:33:46 2012 +0200

    plugins: remove laplace/sobel from menu
    
    The generic edge detect plug-in convers both _and_ is more configurable.
    For GEGL it _might_ make sense to internally have laplace/sobel, though
    it is not important to have it visible in a end user/photographer menu.

 plug-ins/common/edge-laplace.c |    2 --
 plug-ins/common/edge-sobel.c   |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/plug-ins/common/edge-laplace.c b/plug-ins/common/edge-laplace.c
index d03f447..87013a1 100644
--- a/plug-ins/common/edge-laplace.c
+++ b/plug-ins/common/edge-laplace.c
@@ -87,8 +87,6 @@ query (void)
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (args), 0,
                           args, NULL);
-
-  gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Filters/Edge-Detect");
 }
 
 static void
diff --git a/plug-ins/common/edge-sobel.c b/plug-ins/common/edge-sobel.c
index 90fb41d..599f098 100644
--- a/plug-ins/common/edge-sobel.c
+++ b/plug-ins/common/edge-sobel.c
@@ -123,8 +123,6 @@ query (void)
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (args), 0,
                           args, NULL);
-
-  gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Filters/Edge-Detect");
 }
 
 static void



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