Delete unused variable

This commit is contained in:
Veronica K. B. Olsen
2020-06-19 22:17:57 +02:00
parent 03f1142e40
commit d6dd776056
-5
View File
@@ -80,9 +80,6 @@ class GuiDocEditor(QTextEdit):
self.doReplace = False
self.nonWord = "\"'"
# Document State
self.hasSelection = False
# Typography
self.typDQOpen = self.mainConf.fmtDoubleQuotes[0]
self.typDQClose = self.mainConf.fmtDoubleQuotes[1]
@@ -161,8 +158,6 @@ class GuiDocEditor(QTextEdit):
self.bigDoc = False
self.doReplace = False
self.hasSelection = False
self.setDocumentChanged(False)
self.docHeader.setTitleFromHandle(self.theHandle)