app: remove the colorize tool and replace it by a generic filter action

This commit is contained in:
Michael Natterer
2017-06-04 21:16:58 +02:00
parent d2de5a0c30
commit ecfec4103b
9 changed files with 13 additions and 297 deletions

View File

@ -47,7 +47,6 @@
#include "gimpcagetool.h"
#include "gimpclonetool.h"
#include "gimpcolorbalancetool.h"
#include "gimpcolorizetool.h"
#include "gimpcolorpickertool.h"
#include "gimpconvolvetool.h"
#include "gimpcroptool.h"
@ -179,7 +178,6 @@ gimp_tools_init (Gimp *gimp)
gimp_color_balance_tool_register,
gimp_hue_saturation_tool_register,
gimp_colorize_tool_register,
gimp_brightness_contrast_tool_register,
gimp_threshold_tool_register,
gimp_levels_tool_register,