diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-05-24 18:25:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-24 18:25:32 +0200 |
commit | d81c5eab8cfd1d91ef2cf1599a6b929ccbed0a3a (patch) | |
tree | 22eb2b7a9c4d9818e4eef04108e55968ce6f62af /scene/animation/animation_player.h | |
parent | df9dae240860d2342044f39ba6fc0dc2ba468703 (diff) | |
parent | b0e31eeb4aad7a85321d7c96c5802386321f39d0 (diff) |
Merge pull request #61361 from snailrhymer/remove-anim-config-warning
Diffstat (limited to 'scene/animation/animation_player.h')
-rw-r--r-- | scene/animation/animation_player.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/animation/animation_player.h b/scene/animation/animation_player.h index c679405dfe..7e4bda14e5 100644 --- a/scene/animation/animation_player.h +++ b/scene/animation/animation_player.h @@ -388,8 +388,6 @@ public: bool can_apply_reset() const; #endif - TypedArray<String> get_configuration_warnings() const override; - AnimationPlayer(); ~AnimationPlayer(); }; |