From 4b817a565cab8af648c88cfc7ab6481e86ee3625 Mon Sep 17 00:00:00 2001
From: Aaron Record <aaronjrecord@gmail.com>
Date: Fri, 29 Jul 2022 23:35:34 -0600
Subject: Remove NOTIFICATION_ENTER_TREE when paired with
 NOTIFICATION_THEME_CHANGED

---
 editor/plugins/animation_blend_tree_editor_plugin.h | 1 -
 1 file changed, 1 deletion(-)

(limited to 'editor/plugins/animation_blend_tree_editor_plugin.h')

diff --git a/editor/plugins/animation_blend_tree_editor_plugin.h b/editor/plugins/animation_blend_tree_editor_plugin.h
index af43da6197..0941051614 100644
--- a/editor/plugins/animation_blend_tree_editor_plugin.h
+++ b/editor/plugins/animation_blend_tree_editor_plugin.h
@@ -120,7 +120,6 @@ class AnimationNodeBlendTreeEditor : public AnimationTreeNodeEditorPlugin {
 	void _removed_from_graph();
 
 	void _update_editor_settings();
-	void _update_theme();
 
 	EditorFileDialog *open_file = nullptr;
 	Ref<AnimationNode> file_loaded;
-- 
cgit v1.2.3