From f9db7cf3701da0f87ec16214e6800db5493ecfcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Rasie=C5=84ski?= Date: Thu, 4 Dec 2025 01:41:27 +0100 Subject: [PATCH] removed non existing button --- client/src/main/java/client/scenes/FoodpalApplicationCtrl.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/src/main/java/client/scenes/FoodpalApplicationCtrl.java b/client/src/main/java/client/scenes/FoodpalApplicationCtrl.java index 78c7ae7..92492ab 100644 --- a/client/src/main/java/client/scenes/FoodpalApplicationCtrl.java +++ b/client/src/main/java/client/scenes/FoodpalApplicationCtrl.java @@ -33,9 +33,6 @@ public class FoodpalApplicationCtrl implements LocaleAware { @FXML private Button flagPlButton; //already here for advanced stuff - @FXML - private Button closeButton; //already here for advanced stuff - // everything in the left lane @FXML public Label recipesLabel;