Remove dead PlotCommit.isLaneCutToParent code
commit0f7384edf8c9823b6a9f470f914fe130d1b341dd
authorShawn O. Pearce <spearce@spearce.org>
Mon, 24 Mar 2008 22:31:41 +0000 (24 18:31 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 7 Apr 2008 05:06:04 +0000 (7 01:06 -0400)
treeedaaa34f5cdd9b0edcd315016ecb3936037da763
parent07f04ae5b1771069667028d225196daff29402a0
Remove dead PlotCommit.isLaneCutToParent code

This was an early experiment to try and cut long running lines with
arrows, to save horizontal width on the plot.  The code didn't turn
out the way I wanted the output to look but I accidentally left this
dead chunk in here when I pulled it out.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/revplot/AbstractPlotRenderer.java
org.spearce.jgit/src/org/spearce/jgit/revplot/PlotCommit.java