mirror of https://gitlab.com/pamhyr/pamhyr2
MainWindow: Delete dead code.
parent
e7c93602a1
commit
0c7924aa7c
|
|
@ -1415,15 +1415,3 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit):
|
||||||
f"sqlitebrowser {file}",
|
f"sqlitebrowser {file}",
|
||||||
shell=True
|
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()
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue