app: remove ANTI_ERASE from filter mode set

It used to be included in "Edit -> Fade", but it's too low-level.
This commit is contained in:
Ell 2020-05-08 14:38:25 +03:00
parent 693eeae96b
commit 59f3b07c5f
1 changed files with 0 additions and 1 deletions

View File

@ -838,7 +838,6 @@ static const GimpLayerModeInfo layer_mode_infos[] =
.flags = GIMP_LAYER_MODE_FLAG_BLEND_SPACE_IMMUTABLE |
GIMP_LAYER_MODE_FLAG_COMPOSITE_SPACE_IMMUTABLE |
GIMP_LAYER_MODE_FLAG_ALPHA_ONLY,
.context = GIMP_LAYER_MODE_CONTEXT_FILTER,
.paint_composite_mode = GIMP_LAYER_COMPOSITE_UNION,
.composite_mode = GIMP_LAYER_COMPOSITE_UNION
}