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

removed unused variable

parent 4e94d041
Branches
No related tags found
No related merge requests found
......@@ -55,7 +55,6 @@ public class AxisPair implements IChartPart {
public AxisPair(Chart chart) {
this.chart = chart;
seriesCount = 0;
// add axes
xAxis = new Axis(this, Axis.Direction.X);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment