git-gui: Remove unused commit_list from blame viewer
commitb61101579fdc647c14a54105a361b549a97c09a4
authorShawn O. Pearce <spearce@spearce.org>
Sat, 2 Jun 2007 18:45:35 +0000 (2 14:45 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 6 Jun 2007 05:26:49 +0000 (6 01:26 -0400)
treecd6908c4cdb5895f63687e7453c5700ce8891d3b
parent81fb7efeda2ce14cbb44b91eed37aeeb2e541832
git-gui: Remove unused commit_list from blame viewer

This list used to store the commits in the order we received
them in.  I originally was using it to update the colors of
the commit before and the commit after the current commit,
but since that interface concept turned out to be horribly
ugly and has been removed we no longer need this list.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/blame.tcl