git-gui: Remove unnecessary reshow of blamed commit
[gitweb.git] / lib / blame.tcl
index 4730c2b1ea9adbb4d90e817842541225ee23d45b..eaf2fb36f8891ec510a6eefe5249cb2d69575bd2 100644 (file)
@@ -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
                }