app: remove duplicate GIMP_HELP_TOOL_CURVES define

This caused a missing documentation warning for help id gimp-tool-curves
in gimp-help.
This commit is contained in:
Jacob Boerema 2022-10-15 16:32:20 -04:00
parent b317eceda9
commit 6cb58fbc8d
1 changed files with 0 additions and 1 deletions

View File

@ -301,7 +301,6 @@
#define GIMP_HELP_TOOL_CONVOLVE "gimp-tool-convolve"
#define GIMP_HELP_TOOL_CROP "gimp-tool-crop"
#define GIMP_HELP_TOOL_CURVES "gimp-tool-curves"
#define GIMP_HELP_TOOL_CURVES "gimp-tool-curves"
#define GIMP_HELP_TOOL_DODGE_BURN "gimp-tool-dodge-burn"
#define GIMP_HELP_TOOL_ELLIPSE_SELECT "gimp-tool-ellipse-select"
#define GIMP_HELP_TOOL_ERASER "gimp-tool-eraser"