Skip to content

Commit

Permalink
Remove unused 'boxSize'.
Browse files Browse the repository at this point in the history
  • Loading branch information
sigh committed Feb 26, 2024
1 parent 01539c0 commit 07fc7e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/sudoku_builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class GridShape {
constructor(gridSize, boxWidth, boxHeight) {
this.boxWidth = boxWidth;
this.boxHeight = boxHeight;
this.boxSize = boxWidth;
this.gridSize = gridSize;
this.numValues = gridSize;
this.numCells = gridSize * gridSize;
Expand Down

0 comments on commit 07fc7e4

Please sign in to comment.