We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7309fa commit 1d606ccCopy full SHA for 1d606cc
src/main/java/de/doubleslash/keeptime/view/ViewController.java
@@ -24,7 +24,6 @@
24
25
import de.doubleslash.keeptime.common.*;
26
import javafx.scene.control.*;
27
-import javafx.scene.shape.SVGPath;
28
import org.slf4j.Logger;
29
import org.slf4j.LoggerFactory;
30
import org.springframework.beans.factory.annotation.Autowired;
@@ -113,19 +112,6 @@ public class ViewController {
113
112
private Button settingsButton;
114
@FXML
115
private Button calendarButton;
116
-
117
- @FXML
118
- private SVGPath calendarIcon;
119
120
121
- private SVGPath settingsIcon;
122
123
124
- private SVGPath minimizeIcon;
125
126
127
- private SVGPath closeIcon;
128
129
130
private TextArea textArea;
131
0 commit comments