From 0c9e97b228164bb02d572f8bdb5c86deae6a85d0 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 29 Apr 2025 05:39:34 +0200 Subject: drop unused variable MyDB from view class Window --- src/com.example.portfolio2/com/example/portfolio2/Window.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/com.example.portfolio2/com/example/portfolio2/Window.java') diff --git a/src/com.example.portfolio2/com/example/portfolio2/Window.java b/src/com.example.portfolio2/com/example/portfolio2/Window.java index 532dabb..3dccc42 100644 --- a/src/com.example.portfolio2/com/example/portfolio2/Window.java +++ b/src/com.example.portfolio2/com/example/portfolio2/Window.java @@ -36,9 +36,6 @@ public final class Window extends Application { /// Application controller private Controller con = new Controller(store,this); - /// database singleton - MyDB myDB = new MyDB(); - @Override public void start(Stage stage) throws IOException { // clear old insertions into participation table -- cgit v1.2.3