Remove unused import_subscene()
in Scene Tree Dock
This commit is contained in:
parent
57bdddce02
commit
976ec5f94a
1 changed files with 0 additions and 3 deletions
|
@ -228,8 +228,6 @@ class SceneTreeDock : public VBoxContainer {
|
||||||
virtual void input(const Ref<InputEvent> &p_event) override;
|
virtual void input(const Ref<InputEvent> &p_event) override;
|
||||||
virtual void shortcut_input(const Ref<InputEvent> &p_event) override;
|
virtual void shortcut_input(const Ref<InputEvent> &p_event) override;
|
||||||
|
|
||||||
void _import_subscene();
|
|
||||||
|
|
||||||
void _new_scene_from(String p_file);
|
void _new_scene_from(String p_file);
|
||||||
void _set_node_owner_recursive(Node *p_node, Node *p_owner);
|
void _set_node_owner_recursive(Node *p_node, Node *p_owner);
|
||||||
|
|
||||||
|
@ -292,7 +290,6 @@ public:
|
||||||
|
|
||||||
void _focus_node();
|
void _focus_node();
|
||||||
|
|
||||||
void import_subscene();
|
|
||||||
void add_root_node(Node *p_node);
|
void add_root_node(Node *p_node);
|
||||||
void set_edited_scene(Node *p_scene);
|
void set_edited_scene(Node *p_scene);
|
||||||
void instantiate(const String &p_file);
|
void instantiate(const String &p_file);
|
||||||
|
|
Loading…
Reference in a new issue