From 644de52ca938ddcedbb8356b16508d895cb1c0b7 Mon Sep 17 00:00:00 2001 From: willnationsdev Date: Sat, 28 Sep 2019 22:27:10 -0500 Subject: Add script class categories to EditorInspector. --- editor/editor_node.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'editor/editor_node.cpp') 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 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> &p_map = EditorNode::get_editor_data().get_custom_types(); -- cgit v1.2.3