diff --git a/src/ui/flutter/lib/mill/position.dart b/src/ui/flutter/lib/mill/position.dart index 3700083f..4242ce9a 100644 --- a/src/ui/flutter/lib/mill/position.dart +++ b/src/ui/flutter/lib/mill/position.dart @@ -40,8 +40,6 @@ class StateInfo { } class Position { - Rule rule; - GameResult result = GameResult.pending; List board = List(sqNumber); @@ -417,8 +415,6 @@ class Position { int setPosition(Rule newRule) { result = GameResult.pending; - rule = new Rule(); // TODO - gamePly = 0; rule50 = 0; pliesFromNull = 0;