mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
Update TableModel.java
This commit is contained in:
parent
ae2787f119
commit
9366e8c0b7
1 changed files with 0 additions and 1 deletions
|
@ -228,7 +228,6 @@ public class TableModel extends AbstractTableModel implements ICardGrid {
|
||||||
case 2:
|
case 2:
|
||||||
// new svg images version
|
// new svg images version
|
||||||
return ManaSymbols.getClearManaCost(c.getManaCostStr());
|
return ManaSymbols.getClearManaCost(c.getManaCostStr());
|
||||||
|
|
||||||
/*
|
/*
|
||||||
// old html images version
|
// old html images version
|
||||||
String manaCost = "";
|
String manaCost = "";
|
||||||
|
|
Loading…
Reference in a new issue