Unexpose DocCache class

This commit is contained in:
Danil Alexeev 2023-06-24 22:24:54 +03:00
parent 030c1a950e
commit da4590b3f1
No known key found for this signature in database
GPG Key ID: 124453E157DA8DC7

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