diff options
Diffstat (limited to 'src/action.cpp')
-rw-r--r-- | src/action.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/action.cpp b/src/action.cpp index 0a382af3..148ea105 100644 --- a/src/action.cpp +++ b/src/action.cpp @@ -64,13 +64,3 @@ Action::setAnimation(int direction, Animation *animation) mAnimations[direction] = animation; } - -void -Action::reset() -{ - for (AnimationIterator i = mAnimations.begin(); - i != mAnimations.end(); ++i) - { - i->second->reset(); - } -} |