summaryrefslogtreecommitdiff
path: root/src/particle/rotationalparticle.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-16 21:46:16 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-16 21:46:16 +0300
commitfd1be78642317f2a99bf2e8fdb7d3966184fb910 (patch)
tree0e83eeac67f9f9d10b9ad14b649cbc07aa315fbc /src/particle/rotationalparticle.cpp
parent7c6cb759593ec5abc8cf2a3b04a388c7cba269b8 (diff)
downloadplus-fd1be78642317f2a99bf2e8fdb7d3966184fb910.tar.gz
plus-fd1be78642317f2a99bf2e8fdb7d3966184fb910.tar.bz2
plus-fd1be78642317f2a99bf2e8fdb7d3966184fb910.tar.xz
plus-fd1be78642317f2a99bf2e8fdb7d3966184fb910.zip
Remove destructors from some particle classes.
Diffstat (limited to 'src/particle/rotationalparticle.cpp')
-rw-r--r--src/particle/rotationalparticle.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/particle/rotationalparticle.cpp b/src/particle/rotationalparticle.cpp
index 71e9f09fd..dd9ea79bb 100644
--- a/src/particle/rotationalparticle.cpp
+++ b/src/particle/rotationalparticle.cpp
@@ -41,8 +41,3 @@ RotationalParticle::RotationalParticle(const XmlNodePtr animationNode,
mType = ParticleType::Rotational;
mAnimation = new SimpleAnimation(animationNode, dyePalettes);
}
-
-RotationalParticle::~RotationalParticle()
-{
- mImage = nullptr;
-}