Skip to content

Commit 1d606cc

Browse files
ddamkeddamke
authored andcommitted
remove unused import
1 parent e7309fa commit 1d606cc

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/main/java/de/doubleslash/keeptime/view/ViewController.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
import de.doubleslash.keeptime.common.*;
2626
import javafx.scene.control.*;
27-
import javafx.scene.shape.SVGPath;
2827
import org.slf4j.Logger;
2928
import org.slf4j.LoggerFactory;
3029
import org.springframework.beans.factory.annotation.Autowired;
@@ -113,19 +112,6 @@ public class ViewController {
113112
private Button settingsButton;
114113
@FXML
115114
private Button calendarButton;
116-
117-
@FXML
118-
private SVGPath calendarIcon;
119-
120-
@FXML
121-
private SVGPath settingsIcon;
122-
123-
@FXML
124-
private SVGPath minimizeIcon;
125-
126-
@FXML
127-
private SVGPath closeIcon;
128-
129115
@FXML
130116
private TextArea textArea;
131117

0 commit comments

Comments
 (0)