diff options
author | Danil Alexeev <danil@alexeev.xyz> | 2023-06-24 22:24:54 +0300 |
---|---|---|
committer | Danil Alexeev <danil@alexeev.xyz> | 2023-06-24 22:24:54 +0300 |
commit | da4590b3f10b715d5710c96b2741e8901400d34b (patch) | |
tree | f9c8209a5337d3a58b2851401ea0c65c135126db | |
parent | 030c1a950e8cee19e72104b4fb79caba17a2d678 (diff) | |
download | redot-engine-da4590b3f10b715d5710c96b2741e8901400d34b.tar.gz |
Unexpose `DocCache` class
-rw-r--r-- | editor/editor_help.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_help.cpp b/editor/editor_help.cpp index 681da0461f..61e94388ba 100644 --- a/editor/editor_help.cpp +++ b/editor/editor_help.cpp @@ -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); } |