summaryrefslogtreecommitdiff
path: root/src/particle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/particle.cpp')
-rw-r--r--src/particle.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/particle.cpp b/src/particle.cpp
index e8c433c6..f84bb2ed 100644
--- a/src/particle.cpp
+++ b/src/particle.cpp
@@ -453,11 +453,6 @@ float Particle::getCurrentAlpha() const
return alpha;
}
-int Particle::getDrawOrder() const
-{
- return (int)(mPos.y) - 16;
-}
-
void Particle::clear()
{
delete_all(mChildEmitters);