Selaa lähdekoodia

clean up imports

Jan-Peter Klein 1 vuosi sitten
vanhempi
commit
7af5e00d71
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      src/main/resources/fxml/error.fxml

+ 0 - 2
src/main/resources/fxml/error.fxml

@@ -14,8 +14,6 @@
 <?import javafx.scene.layout.StackPane?>
 <?import javafx.scene.layout.VBox?>
 <?import javafx.scene.shape.Circle?>
-<?import javafx.scene.text.Text?>
-<?import javafx.scene.text.TextFlow?>
 <VBox xmlns:fx="http://javafx.com/fxml"
 	  xmlns="http://javafx.com/javafx"
 	  fx:controller="org.cryptomator.ui.error.ErrorController"