diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-04-29 05:39:34 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-04-29 05:39:34 +0200 |
commit | 0c9e97b228164bb02d572f8bdb5c86deae6a85d0 (patch) | |
tree | b91b8250b4d147784f41f1dd8c0c42140787e4c5 /src/com.example.portfolio2 | |
parent | e54d71230df7f53bb1fa71e356a6c7dcca958b00 (diff) |
drop unused variable MyDB from view class Window
Diffstat (limited to 'src/com.example.portfolio2')
-rw-r--r-- | src/com.example.portfolio2/com/example/portfolio2/Window.java | 3 |
1 files changed, 0 insertions, 3 deletions
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 |