mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-20 07:50:24 +00:00
Remove unnecessary variable setting.
This commit is contained in:
parent
cf7be13776
commit
8f20ea94fb
1 changed files with 0 additions and 1 deletions
|
|
@ -115,7 +115,6 @@ class LinkCheckerMain (QtGui.QMainWindow, Ui_MainWindow):
|
|||
self.treeView.setColumnWidth(3, 150)
|
||||
self.treeView.setSortingEnabled(True)
|
||||
self.treeView.sortByColumn(0, QtCore.Qt.AscendingOrder)
|
||||
self.num = 0
|
||||
|
||||
def get_status (self):
|
||||
return self._status
|
||||
|
|
|
|||
Loading…
Reference in a new issue