summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 548895cc..40479236 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -943,16 +943,6 @@ void Being::drawSpeech(int offsetX, int offsetY)
}
}
-int Being::getWidth() const
-{
- return std::max(CompoundSprite::getWidth(), DEFAULT_BEING_WIDTH);
-}
-
-int Being::getHeight() const
-{
- return std::max(CompoundSprite::getHeight(), DEFAULT_BEING_HEIGHT);
-}
-
void Being::updateCoords()
{
if (!mDispName)