remove unneccessary whiteturn var

This commit is contained in:
CT
2026-05-12 09:38:47 -05:00
parent a0f424fada
commit 1db7b9a1b9

View File

@@ -11,7 +11,6 @@ public class Chess extends JPanel implements ActionListener, MouseListener {
// game vars
int boardWidth, boardHeight;
boolean whiteTurn;
Timer gameTimer;
Color creme = new Color(254, 245, 218);
Color brown = new Color(121, 92, 50);