- Replacing the duplicate RememberedSize with the the Remembered Counter that already existed.

This commit is contained in:
Sol
2013-03-09 04:06:28 +00:00
parent ede42d710a
commit a1f1ae5c1d
12 changed files with 11 additions and 15 deletions

View File

@@ -1448,10 +1448,6 @@ public class CardFactoryUtil {
return crdname.size();
}
if (l[0].startsWith("RememberedSize")) {
return CardFactoryUtil.doXMath(c.getRemembered().size(), m, c);
}
// Count$CountersAdded <CounterType> <ValidSource>
if (l[0].startsWith("CountersAdded")) {
final String[] components = l[0].split(" ", 3);