diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-03-28 14:17:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 14:17:24 +0200 |
commit | abbb0dc08245e14510fff9163449ff6ae65da1ba (patch) | |
tree | c80d5dfb8a336de4b9556a2e928ce85e762a7063 /scene/animation | |
parent | 41d075de5865c8b088c83219431661bc2d1f1802 (diff) | |
parent | 5371009d8efbeee7b272b76de6534cad567fc60a (diff) |
Merge pull request #59548 from akien-mga/obj-remove-unused-categories
Diffstat (limited to 'scene/animation')
-rw-r--r-- | scene/animation/animation_player.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/animation/animation_player.h b/scene/animation/animation_player.h index c4fc69f370..a68f6b9d5b 100644 --- a/scene/animation/animation_player.h +++ b/scene/animation/animation_player.h @@ -62,7 +62,6 @@ public: class AnimationPlayer : public Node { GDCLASS(AnimationPlayer, Node); - OBJ_CATEGORY("Animation Nodes"); public: enum AnimationProcessCallback { |