diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-04-02 16:45:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-02 16:45:01 +0200 |
commit | f1e943f6cec042b8187caf155d0f9500cd1262eb (patch) | |
tree | 4ca340a212f3583c6c8afafb80b7fae9ecbf2f19 /editor/editor_help.cpp | |
parent | 058a0afdeca83145d58a95c426dd01216c397ea9 (diff) | |
parent | 2f6f029a7526b57e14ff9eab8bc60e1eb1112868 (diff) | |
download | redot-engine-f1e943f6cec042b8187caf155d0f9500cd1262eb.tar.gz |
Merge pull request #35720 from Calinou/remove-request-docs-button
Remove Request Docs button in the script editor due to various issues
Diffstat (limited to 'editor/editor_help.cpp')
-rw-r--r-- | editor/editor_help.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_help.cpp b/editor/editor_help.cpp index 9e14669b56..a36e2f360e 100644 --- a/editor/editor_help.cpp +++ b/editor/editor_help.cpp @@ -39,8 +39,6 @@ #include "editor_settings.h" #define CONTRIBUTE_URL "https://docs.godotengine.org/en/latest/community/contributing/updating_the_class_reference.html" -#define CONTRIBUTE2_URL "https://github.com/godotengine/godot-docs" -#define REQUEST_URL "https://github.com/godotengine/godot-docs/issues/new" DocData *EditorHelp::doc = nullptr; |