app: remove the colorize tool and replace it by a generic filter action
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user