From 529939b4b83721a3a9b5e1e92cc442831f9a1d74 Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 2 Aug 2018 13:32:45 +0200 Subject: [PATCH] [minor] removed unused object --- PyLoT.py | 1 - 1 file changed, 1 deletion(-) diff --git a/PyLoT.py b/PyLoT.py index 54ede24c..03fc50ff 100755 --- a/PyLoT.py +++ b/PyLoT.py @@ -684,7 +684,6 @@ class MainWindow(QMainWindow): self.setCentralWidget(_widget) def init_wfWidget(self): - settings = QSettings() xlab = self.startTime.strftime('seconds since %Y/%m/%d %H:%M:%S (%Z)') plottitle = None # "Overview: {0} components ".format(self.getComponent()) self.disconnectWFplotEvents()