summaryrefslogtreecommitdiff
path: root/src/particle/animationparticle.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-16 21:12:23 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-16 21:12:23 +0300
commitb08de2d689c845c740fd25294bf93adf226fdb97 (patch)
tree3cc6b33808e3e707dfd2830f39e1767eff4f6f6f /src/particle/animationparticle.h
parent558ef7174653df9d435e818bf16130443b0dd5be (diff)
downloadplus-b08de2d689c845c740fd25294bf93adf226fdb97.tar.gz
plus-b08de2d689c845c740fd25294bf93adf226fdb97.tar.bz2
plus-b08de2d689c845c740fd25294bf93adf226fdb97.tar.xz
plus-b08de2d689c845c740fd25294bf93adf226fdb97.zip
Move animation field from child particles classes into Particle.
Diffstat (limited to 'src/particle/animationparticle.h')
-rw-r--r--src/particle/animationparticle.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/particle/animationparticle.h b/src/particle/animationparticle.h
index 112c1f10a..3d069f92b 100644
--- a/src/particle/animationparticle.h
+++ b/src/particle/animationparticle.h
@@ -28,7 +28,6 @@
#include "utils/xml.h"
class Animation;
-class SimpleAnimation;
class AnimationParticle final : public ImageParticle
{
@@ -45,10 +44,6 @@ class AnimationParticle final : public ImageParticle
~AnimationParticle();
bool update() restrict2 override final;
-
- private:
- /**< Used animation for this particle */
- SimpleAnimation *restrict mAnimation;
};
#endif // PARTICLE_ANIMATIONPARTICLE_H