From d15190dc8cd8258fcdf06bb615de80bc97a5ac20 Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Sat, 14 Sep 2013 15:04:51 +0200 Subject: Removed unused variable --- src/game-server/effect.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/game-server/effect.h b/src/game-server/effect.h index d4821e66..a2567a3b 100644 --- a/src/game-server/effect.h +++ b/src/game-server/effect.h @@ -36,7 +36,6 @@ class EffectComponent : public Component EffectComponent(int id) : mEffectId(id) - , mCreationTick(GameState::getCurrentTick()) , mBeing(0) {} @@ -56,7 +55,6 @@ class EffectComponent : public Component private: int mEffectId; - int mCreationTick; Entity *mBeing; }; -- cgit v1.2.3-70-g09d2