diff options
| author | willnationsdev <willnationsdev@gmail.com> | 2019-09-28 22:27:10 -0500 |
|---|---|---|
| committer | willnationsdev <willnationsdev@gmail.com> | 2020-07-01 14:51:21 -0500 |
| commit | 644de52ca938ddcedbb8356b16508d895cb1c0b7 (patch) | |
| tree | 36fd0cd71c046fc1b92c1ee9ce135cdeb7ebb9e3 /editor/editor_node.cpp | |
| parent | 2abe858e1ccd202b7aee543f9846c1ccf7e51e2c (diff) | |
| download | redot-engine-644de52ca938ddcedbb8356b16508d895cb1c0b7.tar.gz | |
Add script class categories to EditorInspector.
Diffstat (limited to 'editor/editor_node.cpp')
| -rw-r--r-- | editor/editor_node.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 8909fb2cfe..a2dffb6d01 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -3661,8 +3661,6 @@ Ref<Texture2D> EditorNode::get_class_icon(const String &p_class, const String &p if (icon.is_null()) { icon = gui_base->get_theme_icon(ScriptServer::get_global_class_base(name), "EditorIcons"); } - - return icon; } const Map<String, Vector<EditorData::CustomType>> &p_map = EditorNode::get_editor_data().get_custom_types(); |
