altosui: Eliminate unncessary import altosui lines
[fw/altos] / ao-tools / altosui / AltosGraphTime.java
index ab01b88888dabdd75ef0fe4938727f2852585adb..a5451280ca9d0d4a486e8f95b5edcfb430868c0f 100644 (file)
@@ -24,9 +24,6 @@ import org.jfree.data.xy.XYSeriesCollection;
 import org.jfree.ui.RectangleAnchor;
 import org.jfree.ui.TextAnchor;
 
-import altosui.AltosDataPoint;
-import altosui.AltosGraph;
-
 class AltosGraphTime extends AltosGraph {
     static interface Element {
         void attachGraph(AltosGraphTime g);