Removed unused declarations.

This commit is contained in:
Deryck Brown
2022-05-30 20:07:54 +01:00
parent 5cf07d1198
commit 1000524e35
2 changed files with 0 additions and 6 deletions
@@ -45,7 +45,6 @@ public class DrawingTree {
}
private final int FIXED_FONT_HEIGHT = 10;
private final int FIXED_FONT_ASCENT = 3;
private final Color nodeColor = new Color(250, 220, 100);
public void paint(Graphics graphics) {