Remove an unused variable from OneCheck.java.

This commit is contained in:
Darren Cardenas
2021-03-27 11:09:45 -04:00
parent 86fd867dad
commit 09d5461e9f

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;