浏览代码

clean up imports

Jan-Peter Klein 1 年之前
父节点
当前提交
7af5e00d71
共有 1 个文件被更改,包括 0 次插入2 次删除
  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"