Skip to content

Commit 19291ba

Browse files
committed
Delete not used dialog
1 parent 9201e2f commit 19291ba

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/gui/configtool/devicesTabbedWidget.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,4 @@ def saveToFile(self, deviceToSave, file):
8181
f.write(json.dumps(deviceToSave.toJSON()))
8282
else:
8383
with open(file, 'w', encoding='utf-8') as f:
84-
f.write(json.dumps(deviceToSave.toJSON()))
85-
86-
87-
def statisticsDevice(self):
88-
dlg = StatisticsInspectorDialog()
89-
dlg.exec_()
84+
f.write(json.dumps(deviceToSave.toJSON()))

0 commit comments

Comments
 (0)