diff options
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r-- | editor/editor_node.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index 5af3e88556..f3dad8e223 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -795,7 +795,6 @@ public: void push_item(Object *p_object, const String &p_property = "", bool p_inspector_only = false); void edit_item(Object *p_object); void edit_item_resource(Ref<Resource> p_resource); - bool item_has_editor(Object *p_object); void hide_top_editors(); void select_editor_by_name(const String &p_name); |