diff --git a/src/View/MainWindow.py b/src/View/MainWindow.py
index 4f28cd8fca2eae8d7ed879aaad20173a741acba2..b4cbc6482da0979485d096528982cfad5aace835 100644
--- a/src/View/MainWindow.py
+++ b/src/View/MainWindow.py
@@ -1415,15 +1415,3 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit):
             f"sqlitebrowser {file}",
             shell=True
         )
-
-    # TODO: Delete me !
-    ###############
-    # DUMMY STUFF #
-    ###############
-
-    def open_dummy(self, title="Dummy"):
-        self.dummy = DummyWindow(
-            title=title if type(title) is str else "Dummy",
-            parent=self
-        )
-        self.dummy.show()