summaryrefslogtreecommitdiff
path: root/scene/2d/animated_sprite.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-09-12 10:38:37 +0200
committerGitHub <noreply@github.com>2018-09-12 10:38:37 +0200
commit158704fcaa91fc81ad19fdc7347be3e3d3e586ea (patch)
treee67c9c44b5279464e5fdd4368959c01f0b925943 /scene/2d/animated_sprite.h
parent5bd0ff003fdd82cf84a557251633ebb83bad4fd5 (diff)
parent2f6f920884d10fe579c436b979e6b5acfa253c76 (diff)
Merge pull request #21780 from akien-mga/animatedsprite-deprecated
Drop deprecated compatibility methods from AnimatedSprite
Diffstat (limited to 'scene/2d/animated_sprite.h')
-rw-r--r--scene/2d/animated_sprite.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/scene/2d/animated_sprite.h b/scene/2d/animated_sprite.h
index cc49465403..672c9ef327 100644
--- a/scene/2d/animated_sprite.h
+++ b/scene/2d/animated_sprite.h
@@ -54,12 +54,6 @@ class SpriteFrames : public Resource {
Map<StringName, Anim> animations;
- Array _get_frames() const;
- void _set_frames(const Array &p_frames);
-
- Array _get_animations() const;
- void _set_animations(const Array &p_animations);
-
Vector<String> _get_animation_list() const;
protected: