From e1213d1c1fdc2cba292a9738eb4a21a157b9606b Mon Sep 17 00:00:00 2001 From: Tobias Loose Date: Sun, 17 Nov 2013 19:50:17 +0100 Subject: [PATCH] Remove variables flagged for removal (via conditional TODO comment) x and y is provided by PlayGuiObject::Pos. --- projects/mtg/include/ActionStack.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/projects/mtg/include/ActionStack.h b/projects/mtg/include/ActionStack.h index 2f831245e..48715c3d3 100644 --- a/projects/mtg/include/ActionStack.h +++ b/projects/mtg/include/ActionStack.h @@ -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()