From c938e4c85ca8d419689d3064d13c4e3f9f8e17aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sun, 6 May 2012 21:33:46 +0200 Subject: [PATCH] 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, 4 deletions(-) diff --git a/plug-ins/common/edge-laplace.c b/plug-ins/common/edge-laplace.c index d03f447a2a..87013a1245 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, "/Filters/Edge-Detect"); } static void diff --git a/plug-ins/common/edge-sobel.c b/plug-ins/common/edge-sobel.c index 90fb41d951..599f098f9c 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, "/Filters/Edge-Detect"); } static void