[gimp] plugins: remove laplace/sobel from menu
- From: Ãyvind KolÃs <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plugins: remove laplace/sobel from menu
- Date: Sun, 6 May 2012 19:34:57 +0000 (UTC)
commit c938e4c85ca8d419689d3064d13c4e3f9f8e17aa
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]