aboutsummaryrefslogtreecommitdiff
path: root/src/com.example.portfolio2
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-04-29 05:39:34 +0200
committerJonas Smedegaard <dr@jones.dk>2025-04-29 05:39:34 +0200
commit0c9e97b228164bb02d572f8bdb5c86deae6a85d0 (patch)
treeb91b8250b4d147784f41f1dd8c0c42140787e4c5 /src/com.example.portfolio2
parente54d71230df7f53bb1fa71e356a6c7dcca958b00 (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.java3
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