Skip to content
Snippets Groups Projects
Commit ccaac8b0 authored by Tim Molter's avatar Tim Molter
Browse files

delete junk

parent b5651be3
Branches
No related tags found
No related merge requests found
...@@ -129,8 +129,4 @@ public abstract class AxisTickCalculator { ...@@ -129,8 +129,4 @@ public abstract class AxisTickCalculator {
return tickLabels; return tickLabels;
} }
// public abstract BigDecimal getGridStep(int tickSpace);
//
// public abstract BigDecimal getFirstPosition(BigDecimal minValue, BigDecimal gridStep);
} }
...@@ -210,9 +210,6 @@ public class PlotContentLineChart extends PlotContent { ...@@ -210,9 +210,6 @@ public class PlotContentLineChart extends PlotContent {
g.drawLine(xOffset - 3, topEBOffset, xOffset + 3, topEBOffset); g.drawLine(xOffset - 3, topEBOffset, xOffset + 3, topEBOffset);
} }
} }
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment