Gather data
This commit is contained in:
@@ -26,8 +26,6 @@ public final class ExportFormat {
|
||||
public static ExportedPuzzle exportFormatFromFilled(PuzzleResult puz, int difficulty, Rewards rewards) {
|
||||
Objects.requireNonNull(puz, "puz");
|
||||
var g = puz.filled().grid();
|
||||
var H = g.H();
|
||||
var W = g.W();
|
||||
|
||||
// 1) extract "placed" list from all clue digits in the filled grid
|
||||
var placed = new ArrayList<Placed>();
|
||||
|
||||
Reference in New Issue
Block a user