aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_help.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-09-12 23:06:26 +0200
committerRémi Verschelde2017-09-12 23:31:27 +0200
commit4e392517dab9b0ba137533a3d381ea1fa32cf77b (patch)
tree8b2f8d41f602744fed057477bdd4ee4020e380f4 /editor/editor_help.cpp
parent4f929a0fdfae24b1ca5acf0b732219119090ee43 (diff)
downloadgodot-4e392517dab9b0ba137533a3d381ea1fa32cf77b.tar.gz
godot-4e392517dab9b0ba137533a3d381ea1fa32cf77b.tar.zst
godot-4e392517dab9b0ba137533a3d381ea1fa32cf77b.zip
Diffstat (limited to 'editor/editor_help.cpp')
-rw-r--r--editor/editor_help.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/editor/editor_help.cpp b/editor/editor_help.cpp
index 696eda253..2e3e886b3 100644
--- a/editor/editor_help.cpp
+++ b/editor/editor_help.cpp
@@ -800,18 +800,6 @@ Error EditorHelp::_goto_desc(const String &p_class, int p_vscr) {
if (describe) {
class_desc->pop();
- }
-
- if (cd.properties[i].brief_description != "") {
- class_desc->push_font(doc_font);
- class_desc->add_text(" ");
- class_desc->push_color(EditorSettings::get_singleton()->get("text_editor/highlighting/comment_color"));
- _add_text(cd.properties[i].description);
- class_desc->pop();
- class_desc->pop();
- }
-
- if (describe) {
property_descr = true;
}