summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/being.h b/src/being.h
index d2a2701a..f380e0b8 100644
--- a/src/being.h
+++ b/src/being.h
@@ -381,16 +381,6 @@ class Being : public ActorSprite, public EventListener
}
/**
- * Returns the horizontal size of the current base sprite of the being.
- */
- virtual int getWidth() const;
-
- /**
- * Returns the vertical size of the current base sprite of the being.
- */
- virtual int getHeight() const;
-
- /**
* Returns the being's pixel radius used to detect collisions.
*/
virtual int getCollisionRadius() const;