Remove variables flagged for removal (via conditional TODO comment)

x and y is provided by PlayGuiObject::Pos.
This commit is contained in:
Tobias Loose
2013-11-17 19:50:17 +01:00
parent 446ed20758
commit e1213d1c1f

View File

@@ -48,9 +48,6 @@ class TargetChooser;
class Interruptible: public PlayGuiObject, public Targetable
{
public:
//TODO : remove these when they are back in PlayGuiObject
float x, y;
int state, display;
MTGCardInstance * source;
virtual void Entering()