Skip to content

Commit

Permalink
Merge pull request #78653 from dalexeev/unexpose-doc-cache
Browse files Browse the repository at this point in the history
Unexpose `DocCache` class
  • Loading branch information
akien-mga committed Jun 26, 2023
2 parents afc5fa1 + da4590b commit 1b1e240
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/editor_help.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2321,7 +2321,6 @@ void EditorHelp::generate_doc(bool p_use_cache) {
DEV_ASSERT(first_attempt == (doc == nullptr));

if (!doc) {
GDREGISTER_CLASS(DocCache);
doc = memnew(DocTools);
}

Expand Down

0 comments on commit 1b1e240

Please sign in to comment.