From 8ada910b9fbffbab43196391a50d29b1dd6607c7 Mon Sep 17 00:00:00 2001 From: _N0x Date: Sun, 14 Feb 2021 15:30:31 +0100 Subject: [PATCH] project cleanup --- src/de/thm/tlf/photoViewer/data/Picture.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/de/thm/tlf/photoViewer/data/Picture.java b/src/de/thm/tlf/photoViewer/data/Picture.java index 9245f44..e1eed21 100644 --- a/src/de/thm/tlf/photoViewer/data/Picture.java +++ b/src/de/thm/tlf/photoViewer/data/Picture.java @@ -4,7 +4,6 @@ import javafx.scene.image.Image; import java.io.FileInputStream; import java.io.FileNotFoundException; -import java.io.InputStream; /** * Data Class that is used for Image-Handling and -storing