diff options
| author | Jakub Grzesik | 2017-06-30 18:17:33 +0200 |
|---|---|---|
| committer | Jakub Grzesik | 2017-07-03 16:53:46 +0200 |
| commit | 80716a8bf49b61fdb2d5d43c70eb4778bc4c3b5c (patch) | |
| tree | ac3edb5c85cdba38e63c23794d6dca7037ac9470 /editor/scene_tree_editor.h | |
| parent | e63c64e256bc77618e4ea5ab13ecba6306ced0e6 (diff) | |
| download | godot-80716a8bf49b61fdb2d5d43c70eb4778bc4c3b5c.tar.gz godot-80716a8bf49b61fdb2d5d43c70eb4778bc4c3b5c.tar.zst godot-80716a8bf49b61fdb2d5d43c70eb4778bc4c3b5c.zip | |
Diffstat (limited to 'editor/scene_tree_editor.h')
| -rw-r--r-- | editor/scene_tree_editor.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/editor/scene_tree_editor.h b/editor/scene_tree_editor.h index ec7115afe..c6283af7b 100644 --- a/editor/scene_tree_editor.h +++ b/editor/scene_tree_editor.h @@ -56,27 +56,14 @@ class SceneTreeEditor : public Control { BUTTON_GROUPS = 7, }; - enum { - SCENE_MENU_EDITABLE_CHILDREN, - SCENE_MENU_USE_PLACEHOLDER, - SCENE_MENU_OPEN, - SCENE_MENU_CLEAR_INHERITANCE, - SCENE_MENU_OPEN_INHERITED, - SCENE_MENU_CLEAR_INHERITANCE_CONFIRM, - SCENE_MENU_CLEAR_INSTANCING, - }; - Tree *tree; Node *selected; - PopupMenu *instance_menu; - PopupMenu *inheritance_menu; ObjectID instance_node; String filter; AcceptDialog *error; AcceptDialog *warning; - ConfirmationDialog *clear_inherit_confirm; int blocked; @@ -119,7 +106,6 @@ class SceneTreeEditor : public Control { void _node_script_changed(Node *p_node); void _node_visibility_changed(Node *p_node); void _update_visibility_color(Node *p_node, TreeItem *p_item); - void _subscene_option(int p_idx); void _node_replace_owner(Node *p_base, Node *p_node, Node *p_root); |
