From 32f51d661ff4df7f7bb32e9295d52d06c6013c77 Mon Sep 17 00:00:00 2001
From: Adrian Stoica <george.a.stoica@ntnu.no>
Date: Fri, 11 Oct 2019 18:12:59 +0200
Subject: [PATCH] removed not longer used fxml for cell

---
 .../src/main/resources/simpleex/ui/LatLongCell.fxml  | 12 ------------
 1 file changed, 12 deletions(-)
 delete mode 100644 simpleexample2/fxui/src/main/resources/simpleex/ui/LatLongCell.fxml

diff --git a/simpleexample2/fxui/src/main/resources/simpleex/ui/LatLongCell.fxml b/simpleexample2/fxui/src/main/resources/simpleex/ui/LatLongCell.fxml
deleted file mode 100644
index bd90747..0000000
--- a/simpleexample2/fxui/src/main/resources/simpleex/ui/LatLongCell.fxml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?import simpleex.core.LatLong?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-
-<VBox xmlns:fx="http://javafx.com/fxml" fx:id="vBox" fillWidth="true">
-	<children>
-		<Label fx:id="nameLabel" />
-		<Label fx:id="coordinatesLabel" />
-		<Label fx:id="descriptionLabel" />
-	</children>
-</VBox>
\ No newline at end of file
-- 
GitLab