summaryrefslogtreecommitdiff
path: root/lib/blame.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/blame.tcl')
-rw-r--r--lib/blame.tcl6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/blame.tcl b/lib/blame.tcl
index 4730c2b..eaf2fb3 100644
--- a/lib/blame.tcl
+++ b/lib/blame.tcl
@@ -354,12 +354,6 @@ method _read_blame {fd} {
$w_cgrp insert $lno.0 "|\n"
}
}
-
- set hc $highlight_commit
- if {$hc ne {}
- && [expr {$order($hc) + 1}] == $order($cmit)} {
- _showcommit $this $highlight_line
- }
} elseif {[regexp {^([a-z-]+) (.*)$} $line line key data]} {
set header($r_commit,$key) $data
}