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.
This commit is contained in:
Øyvind Kolås
2012-05-06 21:33:46 +02:00
parent 96ab6aa88e
commit c938e4c85c
2 changed files with 0 additions and 4 deletions

View File

@ -87,8 +87,6 @@ query (void)
GIMP_PLUGIN, GIMP_PLUGIN,
G_N_ELEMENTS (args), 0, G_N_ELEMENTS (args), 0,
args, NULL); args, NULL);
gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Filters/Edge-Detect");
} }
static void static void

View File

@ -123,8 +123,6 @@ query (void)
GIMP_PLUGIN, GIMP_PLUGIN,
G_N_ELEMENTS (args), 0, G_N_ELEMENTS (args), 0,
args, NULL); args, NULL);
gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Filters/Edge-Detect");
} }
static void static void