summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_tree_editor_plugin.cpp
diff options
context:
space:
mode:
authorTomasz Chabora <kobewi4e@gmail.com>2020-12-08 22:51:48 +0100
committerTomasz Chabora <kobewi4e@gmail.com>2020-12-09 12:12:36 +0100
commit2c048ea16429cfa4e6b200a4fe519ee9db7c3f99 (patch)
tree5648e173188bd43a31624dda5e6e5cc02e31dbc4 /editor/plugins/animation_tree_editor_plugin.cpp
parent90bdba576af2d5f0a8ecdbef065d6ef0075bc2f2 (diff)
downloadredot-engine-2c048ea16429cfa4e6b200a4fe519ee9db7c3f99.tar.gz
Cleanup unused engine code
Diffstat (limited to 'editor/plugins/animation_tree_editor_plugin.cpp')
-rw-r--r--editor/plugins/animation_tree_editor_plugin.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/plugins/animation_tree_editor_plugin.cpp b/editor/plugins/animation_tree_editor_plugin.cpp
index 1bbb68d224..800df12199 100644
--- a/editor/plugins/animation_tree_editor_plugin.cpp
+++ b/editor/plugins/animation_tree_editor_plugin.cpp
@@ -142,9 +142,6 @@ void AnimationTreeEditor::enter_editor(const String &p_path) {
edit_path(path);
}
-void AnimationTreeEditor::_about_to_show_root() {
-}
-
void AnimationTreeEditor::_notification(int p_what) {
if (p_what == NOTIFICATION_PROCESS) {
ObjectID root;