diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/jrummikub/model/Stone.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/jrummikub/model/Stone.java b/src/jrummikub/model/Stone.java index 6c2fd54..da8052b 100644 --- a/src/jrummikub/model/Stone.java +++ b/src/jrummikub/model/Stone.java @@ -34,13 +34,6 @@ public class Stone implements Sizeable { this.joker = false; } - @Deprecated - public Stone(int value, StoneColor color, boolean joker) { - this.value = value; - this.color = color; - this.joker = joker; - } - /** * Returns the color of the stone. * |