diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-03-26 00:27:05 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-03-26 00:32:19 +0100 |
commit | dfcc6397848d4597b386b688f689352de6c19ae2 (patch) | |
tree | a6e8c9afd6a49ea96e4498080a96d3e06ecaebd7 /src/being.h | |
parent | cd20fb3432498b8871401bdd65a143197e2a6538 (diff) | |
download | mana-dfcc6397848d4597b386b688f689352de6c19ae2.tar.gz mana-dfcc6397848d4597b386b688f689352de6c19ae2.tar.bz2 mana-dfcc6397848d4597b386b688f689352de6c19ae2.tar.xz mana-dfcc6397848d4597b386b688f689352de6c19ae2.zip |
Remove redundancy, fix variable names and other code cleanups
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/being.h b/src/being.h index e9805d9b..8c92ab78 100644 --- a/src/being.h +++ b/src/being.h @@ -633,11 +633,6 @@ class Being : public Sprite /** Reset particle status effects on next redraw? */ bool mMustResetParticles; -#ifdef TMWSERV_SUPPORT - static const int DEFAULT_WIDTH = 32; - static const int DEFAULT_HEIGHT = 32; -#endif - // Speech Bubble components SpeechBubble *mSpeechBubble; |