diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-03-06 14:33:26 -0300 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-03-06 14:33:26 -0300 |
commit | 73aaf06be73dada6a0f5c67779649b2cc16d2671 (patch) | |
tree | 346e5d090578b430d5f465af36fec0d0cdc4a0ac /editor/scene_tree_editor.h | |
parent | 34a29cb0de1b34d46e2742bd1ea0a3613967e4ed (diff) |
Cleanup relationship line coding after 5f079e2
Diffstat (limited to 'editor/scene_tree_editor.h')
-rw-r--r-- | editor/scene_tree_editor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/scene_tree_editor.h b/editor/scene_tree_editor.h index 9b87c0981d..aa4d4dd58a 100644 --- a/editor/scene_tree_editor.h +++ b/editor/scene_tree_editor.h @@ -124,8 +124,6 @@ class SceneTreeEditor : public Control { void _warning_changed(Node *p_for_node); - void _editor_settings_changed(); - Timer *update_timer; List<StringName> *script_types; |