Merge pull request #78653 from dalexeev/unexpose-doc-cache

Unexpose `DocCache` class
This commit is contained in:
Rémi Verschelde 2023-06-26 14:56:24 +02:00
commit 1b1e2403f9
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -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);
}