diff options
Diffstat (limited to 'src/animation.h')
-rw-r--r-- | src/animation.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/animation.h b/src/animation.h index 7447b7a8..4f7d57a9 100644 --- a/src/animation.h +++ b/src/animation.h @@ -112,11 +112,6 @@ class AnimatedSprite void play(std::string action, int time); /** - * Sets a new action with a new direction. - */ - void play(std::string action, std::string direction); - - /** * Inform the animation of the passed time so that it can output the * correct animation phase. */ |