cleanup: Remove "computeXX" functions and XX variables, these were always returning X/2 in all cases.

Test suite passes
This commit is contained in:
wagic.the.homebrew
2011-05-02 11:28:04 +00:00
parent 13dd07973e
commit 53f45a8b8e
10 changed files with 5 additions and 40 deletions

View File

@@ -102,7 +102,6 @@ int MTGCardInstance::init()
CardPrimitive::init();
data = this;
X = 0;
XX = 0;
return 1;
}