summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/being.h b/src/being.h
index a43297ad..80295db8 100644
--- a/src/being.h
+++ b/src/being.h
@@ -432,9 +432,6 @@ class Being : public Sprite
*/
int getOffset(char pos, char neg) const;
- static const int DEFAULT_WIDTH = 32;
- static const int DEFAULT_HEIGHT = 32;
-
// Speech Bubble components
SpeechBubble *mSpeechBubble;