summaryrefslogtreecommitdiffstats
path: root/src/jrummikub/model/Stone.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/jrummikub/model/Stone.java')
-rw-r--r--src/jrummikub/model/Stone.java7
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.
*