app: follow gegl:dot removal

gegl:dot is now included in gegl:pixelize
This commit is contained in:
Téo Mazars
2013-11-11 16:49:47 +01:00
parent 33a8d68117
commit 7aeb9da6e3
4 changed files with 0 additions and 9 deletions

View File

@ -105,11 +105,6 @@ static const GimpStringActionEntry filters_actions[] =
"gegl:difference-of-gaussians",
NULL /* FIXME GIMP_HELP_FILTER_DIFFERENCE_OF_GAUSSIANS */ },
{ "filters-dot", GIMP_STOCK_GEGL,
NC_("filters-action", "Dots..."), NULL, NULL,
"gegl:dot",
NULL /* FIXME GIMP_HELP_FILTER_DOT */ },
{ "filters-dropshadow", GIMP_STOCK_GEGL,
NC_("filters-action", "_Drop Shadow..."), NULL, NULL,
"gegl:dropshadow",
@ -364,7 +359,6 @@ filters_actions_update (GimpActionGroup *group,
SET_SENSITIVE ("filters-cubism", writable);
SET_SENSITIVE ("filters-deinterlace", writable);
SET_SENSITIVE ("filters-difference-of-gaussians", writable);
SET_SENSITIVE ("filters-dot", writable);
SET_SENSITIVE ("filters-dropshadow", writable && alpha);
SET_SENSITIVE ("filters-edge-laplace", writable);
SET_SENSITIVE ("filters-edge-sobel", writable);

View File

@ -486,7 +486,6 @@ sanity_check_gegl_ops (void)
"gegl:cubism",
"gegl:deinterlace",
"gegl:difference-of-gaussians",
"gegl:dot",
"gegl:dropshadow",
"gegl:edge-laplace",
"gegl:edge-sobel",

View File

@ -127,7 +127,6 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:cubism",
"gegl:deinterlace",
"gegl:difference-of-gaussians",
"gegl:dot",
"gegl:dropshadow",
"gegl:edge-laplace",
"gegl:edge-sobel",

View File

@ -630,7 +630,6 @@
<separator />
<menu action="plug-in-blur-menu" name="Blur">
<menuitem action="filters-gaussian-blur" />
<menuitem action="filters-dot" />
<menuitem action="filters-pixelize" />
<placeholder name="Motion">
<menuitem action="filters-motion-blur-circular" />