Removed unused import statements and class variables. Removed non error print statements.

This commit is contained in:
Calum
2017-05-25 10:20:39 +12:00
parent 331e0fc6ab
commit a6d9c66fc9
19 changed files with 254 additions and 475 deletions
@@ -9,7 +9,7 @@ import javafx.scene.shape.Circle;
import javafx.scene.shape.Line;
/**
* Created by CJIRWIN on 26/04/2017.
* Grouping of javaFX objects needed to represent a Mark on screen.
*/
public class MarkGroup extends Group {