summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_properties.h')
-rw-r--r--editor/editor_properties.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/editor/editor_properties.h b/editor/editor_properties.h
index f2c5497e4f..e9e788ab7b 100644
--- a/editor/editor_properties.h
+++ b/editor/editor_properties.h
@@ -653,7 +653,6 @@ class EditorPropertyNodePath : public EditorProperty {
LineEdit *edit = nullptr;
SceneTreeDialog *scene_tree = nullptr;
- NodePath base_hint;
bool use_path_from_scene_root = false;
bool editing_node = false;
@@ -679,7 +678,7 @@ protected:
public:
virtual void update_property() override;
- void setup(const NodePath &p_base_hint, const Vector<StringName> &p_valid_types, bool p_use_path_from_scene_root = true, bool p_editing_node = false);
+ void setup(const Vector<StringName> &p_valid_types, bool p_use_path_from_scene_root = true, bool p_editing_node = false);
EditorPropertyNodePath();
};