diff options
Diffstat (limited to 'src/com.example.portfolio2/com')
-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 |