From fd1be78642317f2a99bf2e8fdb7d3966184fb910 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 16 Mar 2016 21:46:16 +0300 Subject: Remove destructors from some particle classes. --- src/particle/animationparticle.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/particle/animationparticle.cpp') diff --git a/src/particle/animationparticle.cpp b/src/particle/animationparticle.cpp index 48a62db9f..dc9142e8a 100644 --- a/src/particle/animationparticle.cpp +++ b/src/particle/animationparticle.cpp @@ -40,8 +40,3 @@ AnimationParticle::AnimationParticle(XmlNodePtrConst animationNode, mType = ParticleType::Animation; mAnimation = new SimpleAnimation(animationNode, dyePalettes); } - -AnimationParticle::~AnimationParticle() -{ - mImage = nullptr; -} -- cgit v1.2.3-70-g09d2