rm line that makes atexit raise an error

I don't notice any difference in behaviour without this line
This commit is contained in:
tassaron 2017-05-22 16:46:59 -04:00
parent 487743104f
commit 4426b0e905
1 changed files with 0 additions and 1 deletions

View File

@ -185,7 +185,6 @@ class Main(QtCore.QObject):
self.settings.setValue("fontSize", str(self.window.fontsizeSpinBox.value()))
self.settings.setValue("xPosition", str(self.window.textXSpinBox.value()))
self.settings.setValue("yPosition", str(self.window.textYSpinBox.value()))
sys.exit(0)
def openInputFileDialog(self):
inputDir = self.settings.value("inputDir", expanduser("~"))