From a079bd331b95d82859bd90d3f4fe879153dfe592 Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Thu, 3 Jul 2014 10:17:25 +0200 Subject: [PATCH] deletion: line deleted contain call to a not implemented method --- pylot/QtPyLoT.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pylot/QtPyLoT.py b/pylot/QtPyLoT.py index 801219c0..8750a858 100755 --- a/pylot/QtPyLoT.py +++ b/pylot/QtPyLoT.py @@ -51,7 +51,6 @@ class MainWindow(QMainWindow): self.filterOptionsS = FilterOptions(**filterOptionsS) self.loadData() - self.updateArchiveType() self.updateFilterOptions() self.setupUi()