diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-29 18:43:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-29 18:43:12 +0300 |
commit | 48a10f839f12790b3ec1f6cb5c50820180ae8339 (patch) | |
tree | c1b5d126b9b48fc10a8ed8c49d9ffd8ea0cda46f /src/being/castingeffect.h | |
parent | cad5251c84edb51ddc3180d992eeea043022a216 (diff) | |
download | mv-48a10f839f12790b3ec1f6cb5c50820180ae8339.tar.gz mv-48a10f839f12790b3ec1f6cb5c50820180ae8339.tar.bz2 mv-48a10f839f12790b3ec1f6cb5c50820180ae8339.tar.xz mv-48a10f839f12790b3ec1f6cb5c50820180ae8339.zip |
Fix some issues detected by cppcheck.
Diffstat (limited to 'src/being/castingeffect.h')
-rw-r--r-- | src/being/castingeffect.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/being/castingeffect.h b/src/being/castingeffect.h index 6958da880..fceccc10c 100644 --- a/src/being/castingeffect.h +++ b/src/being/castingeffect.h @@ -66,14 +66,11 @@ class CastingEffect final : public Actor protected: AnimatedSprite *mSprite; - int mPixelX; - int mPixelY; int mRectX; int mRectY; int mRectSize; int mAnimationX; int mAnimationY; - int mYDiff; }; #endif // BEING_CASTINGEFFECT_H |