diff options
Diffstat (limited to 'src/action.h')
-rw-r--r-- | src/action.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/action.h b/src/action.h index 3dcc02f7..8d5e8d11 100644 --- a/src/action.h +++ b/src/action.h @@ -28,9 +28,6 @@ #include <libxml/tree.h> -class Image; - -struct AnimationPhase; class Animation; /** @@ -52,12 +49,6 @@ class Action void setAnimation(int direction, Animation *animation); - /** - * Resets all animations associated with this action. - */ - void - reset(); - Animation* getAnimation(int direction) const; |