Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

revdisplay: remove unused clear()

Changeset bd978bbaecf7

Parent 3666eeb5e7f5

by Adrian Buehlmann

Changes to one file · Browse files at bd978bbaecf7 Showing diff from parent 3666eeb5e7f5 Diff from another changeset...

 
51
52
53
54
55
56
57
58
59
 
51
52
53
 
 
 
54
55
56
@@ -51,9 +51,6 @@
    connect(self._message, SIGNAL('anchorClicked(QUrl)'), self.anchorClicked)   - def clear(self): - self._message.setText('') -   def anchorClicked(self, qurl):   link = str(qurl.toString())   if link.startswith(revhashprefix):