From 2d30dece259febf58b456e3f6ea63ab03e9fd5a9 Mon Sep 17 00:00:00 2001 From: "wrenczes@gmail.com" Date: Tue, 2 Nov 2010 04:31:10 +0000 Subject: [PATCH] Sigh - revert out changes relating to my boost::shared_ptr experiments. (Did I mention I hate AnkhSvn? Why does it auto-select files in other changelists?? ) --- projects/mtg/include/ManaCost.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/projects/mtg/include/ManaCost.h b/projects/mtg/include/ManaCost.h index b52c15789..3cf76e4f6 100644 --- a/projects/mtg/include/ManaCost.h +++ b/projects/mtg/include/ManaCost.h @@ -3,7 +3,7 @@ #include "utils.h" #include "MTGDefinitions.h" -//#include + class ManaCostHybrid; class ExtraCosts; @@ -13,8 +13,6 @@ class MTGCardInstance; class Player; class ManaCost{ - //typedef boost::shared_ptr ManaCostPtr; - protected: int cost[Constants::MTG_NB_COLORS+1]; ManaCostHybrid * hybrids[10];