diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-01-05 21:04:37 +0300 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-01-05 21:04:54 +0300 |
commit | 82c00c21e6d907a4be81f6cc404181acc7060265 (patch) | |
tree | a550104b5b23be3772fdcce77c58cf3d76bf1a91 /doc | |
parent | 1d14c054a12dacdc193b589e4afb0ef319ee2aae (diff) |
Simplify some editor plugin logic and remove dead code
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/AnimationNode.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/classes/AnimationNode.xml b/doc/classes/AnimationNode.xml index 79deb008d2..a33ec2f6dc 100644 --- a/doc/classes/AnimationNode.xml +++ b/doc/classes/AnimationNode.xml @@ -165,11 +165,6 @@ </member> </members> <signals> - <signal name="removed_from_graph"> - <description> - Emitted when the node was removed from the graph. - </description> - </signal> <signal name="tree_changed"> <description> Emitted by nodes that inherit from this class and that have an internal tree when one of their nodes changes. The nodes that emit this signal are [AnimationNodeBlendSpace1D], [AnimationNodeBlendSpace2D], [AnimationNodeStateMachine], and [AnimationNodeBlendTree]. |