Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

about: removed unused variables

Changeset 6ca3feb3d434

Parent a865701c9ed8

by Johan Samyn

Changes to one file · Browse files at 6ca3feb3d434 Showing diff from parent a865701c9ed8 Diff from another changeset...

 
27
28
29
30
31
32
33
34
35
 
27
28
29
 
 
 
30
31
32
@@ -27,9 +27,6 @@
  def __init__(self, parent=None):   super(AboutDialog, self).__init__(parent)   - self.updateInfo = {} - self.uthread = None -   self.setWindowIcon(qtlib.geticon('thg_logo'))   self.setWindowTitle(_('About'))   self.setWindowFlags(self.windowFlags() & ~Qt.WindowContextHelpButtonHint)