diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index d8bc555d6d6..21a66e8281c 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -3637,16 +3637,13 @@ Ref EditorNode::get_object_icon(const Object *p_object, const String Ref EditorNode::get_class_icon(const String &p_class, const String &p_fallback) const { ERR_FAIL_COND_V_MSG(p_class.empty(), nullptr, "Class name cannot be empty."); - if (gui_base->has_theme_icon(p_class, "EditorIcons")) { - return gui_base->get_theme_icon(p_class, "EditorIcons"); - } - if (ScriptServer::is_global_class(p_class)) { Ref icon; Ref