Browse Source

Unexpose `DocCache` class

Danil Alexeev 2 years ago
parent
commit
da4590b3f1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      editor/editor_help.cpp

+ 0 - 1
editor/editor_help.cpp

@@ -2321,7 +2321,6 @@ void EditorHelp::generate_doc(bool p_use_cache) {
 	DEV_ASSERT(first_attempt == (doc == nullptr));
 	DEV_ASSERT(first_attempt == (doc == nullptr));
 
 
 	if (!doc) {
 	if (!doc) {
-		GDREGISTER_CLASS(DocCache);
 		doc = memnew(DocTools);
 		doc = memnew(DocTools);
 	}
 	}