Removed unnecesary imports

This commit is contained in:
2017-10-04 11:12:01 +02:00
parent fddeee5c63
commit 218aecdcd5
2 changed files with 3 additions and 2 deletions

View File

@ -47,7 +47,8 @@ public class XLegendChartPainter extends ChartPainter {
}
int big_tick = 10;
int y = 0;
@Override
public void drawChart(Graphics2D g, ChartPanel p, ChartDef def)
{