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

revdisplay: kill unused selectNone()

Changeset 792446d497d6

Parent 88b01e9a69a5

by Adrian Buehlmann

Changes to one file · Browse files at 792446d497d6 Showing diff from parent 88b01e9a69a5 Diff from another changeset...

 
90
91
92
93
94
95
96
97
98
99
100
 
90
91
92
 
 
 
 
 
 
 
 
@@ -90,11 +90,3 @@
    buf = '<div class="diff_desc"><p>%s</p></div>' % buf   self._message.setHtml(buf) - - def selectNone(self): - msg = self._message - cursor = msg.textCursor() - cursor.clearSelection() - cursor.setPosition(0) - msg.setTextCursor(cursor) - msg.setExtraSelections([])