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.
This commit is contained in:
Jacob Boerema 2022-10-15 14:04:47 -04:00
parent 177e3b7d49
commit 4b4dd5ec38
1 changed files with 0 additions and 2 deletions

View File

@ -288,8 +288,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"