app: remove unused GIMP_HELP_TOOLS_DIALOG help id

This help id was used in the past but all references to it were removed
long ago with commit c53113d0cc.

Let's remove this define too since it causes a warning in gimp-help when
checking for help id's without documentation.

(cherry picked from commit 4b4dd5ec38)
This commit is contained in:
Jacob Boerema
2022-10-15 14:04:47 -04:00
parent 11e063e416
commit 2beaee0a65

View File

@ -284,8 +284,6 @@
#define GIMP_HELP_PATH_EXPORT "gimp-path-export"
#define GIMP_HELP_PATH_EDIT "gimp-path-edit"
#define GIMP_HELP_TOOLS_DIALOG "gimp-tools-dialog"
#define GIMP_HELP_TOOL_AIRBRUSH "gimp-tool-airbrush"
#define GIMP_HELP_TOOL_ALIGN "gimp-tool-align"
#define GIMP_HELP_TOOL_BRIGHTNESS_CONTRAST "gimp-tool-brightness-contrast"