Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

history: remove unused function

Changeset f68ca68414b9

Parent 4a6fc0a4f6d4

by Steve Borho

Changes to one file · Browse files at f68ca68414b9 Showing diff from parent 4a6fc0a4f6d4 Diff from another changeset...

 
160
161
162
163
164
165
166
167
168
169
170
171
172
173
 
160
161
162
 
 
 
 
 
 
 
 
163
164
165
@@ -160,14 +160,6 @@
  self.branch_color = active   self.reload_log()   - def toggle_graphcol(self, button): - active = button.get_active() - if self.graphcol != active: - self.graphcol = active - self.reload_log() - # TODO: this could be tricky - #self.compactgraph_button.set_sensitive(self.graphcol) -   def toggle_compactgraph(self, button):   active = button.get_active()   if self.compactgraph != active: