summaryrefslogtreecommitdiff
path: root/src/particle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/particle.h')
-rw-r--r--src/particle.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/particle.h b/src/particle.h
index c82cfbf1..18deb5c7 100644
--- a/src/particle.h
+++ b/src/particle.h
@@ -93,11 +93,6 @@ class Particle : public Actor
virtual bool draw(Graphics *graphics, int offsetX, int offsetY) const;
/**
- * Necessary for sorting with the other sprites.
- */
- virtual int getDrawOrder() const;
-
- /**
* Do not draw particles when beind other objects
*/
virtual bool drawnWhenBehind() const