diff options
Diffstat (limited to 'src/animatedsprite.h')
-rw-r--r-- | src/animatedsprite.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/animatedsprite.h b/src/animatedsprite.h index 42c0a743..d77d08f5 100644 --- a/src/animatedsprite.h +++ b/src/animatedsprite.h @@ -117,7 +117,6 @@ class AnimatedSprite Action *mAction; /**< The currently active action. */ Animation *mAnimation; /**< The currently active animation. */ Frame *mFrame; /**< The currently active frame. */ - std::string mAnimationFile; }; #endif |