altosui: remove un-used import
[fw/altos] / altosui / AltosFlightStatusTableModel.java
index 919c770478738df3ca3cc1b0380f429a3c17459a..56ad7e6f0d774f62e589f9565f76d3b66f5ac83b 100644 (file)
@@ -14,8 +14,8 @@
  * with this program; if not, write to the Free Software Foundation, Inc.,
  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  */
-
-package AltosUI;
+/*
+package altosui;
 
 import java.awt.*;
 import java.awt.event.*;
@@ -65,3 +65,4 @@ public class AltosFlightStatusTableModel extends AbstractTableModel {
                setValueAt(String.format("%1.0f", AltosConvert.speed(speed)), 3);
        }
 }
+*/
\ No newline at end of file