Remove an unused variable from OneCheck.java.

This commit is contained in:
Darren Cardenas
2021-03-27 11:09:45 -04:00
parent 92be2db6e1
commit ac101fa82a

View File

@@ -43,9 +43,7 @@ public class OneCheck {
} // End of method showIntro
private void startGame() {
boolean playAgain = true;
int fromSquare = 0;
int numJumps = 0;
int numPieces = 0;