summaryrefslogtreecommitdiff
path: root/tropical/qt/mainwindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'tropical/qt/mainwindow.py')
-rw-r--r--tropical/qt/mainwindow.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tropical/qt/mainwindow.py b/tropical/qt/mainwindow.py
index d2a7b8d..7089b24 100644
--- a/tropical/qt/mainwindow.py
+++ b/tropical/qt/mainwindow.py
@@ -37,8 +37,6 @@ def StartApplication(version,calState):
window.setVersion(version)
window.show() # IMPORTANT!!!!! Windows are hidden by default.
- d=CreateCalendar(path)
- d.show()
# Start the event loop.
app.exec()