From 31ed7d38e60064be03abcafcc1a7c0bf81782fef Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Tue, 24 May 2011 03:46:06 +0000 Subject: [PATCH] removing unused variables... --- projects/mtg/include/MTGRules.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/projects/mtg/include/MTGRules.h b/projects/mtg/include/MTGRules.h index 5d1b42eb2..9b46d6503 100644 --- a/projects/mtg/include/MTGRules.h +++ b/projects/mtg/include/MTGRules.h @@ -349,12 +349,7 @@ private: int genRandomEquipId(int convertedCost); static vector pool[20]; static int initialized; - - int textAlpha; - string text; public: - - int alreadyplayed; MTGAllCards * collection; MTGCardInstance * genEquip(int id); int testDestroy();