From 803e0dae01f09afbe529799cf89a8f57fe518ddb Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Mon, 26 Jan 2009 01:56:55 -0700 Subject: Bit of code cleanup for the last commit (moved default width and height out of being.h, so that they aren't included in any classes that don't need them and cut the number of divisions in half in the being manager) Signed-off-by: Ira Rice --- src/being.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/being.h') 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; -- cgit v1.2.3-70-g09d2