altosui: comment out obsolete code - could probably remove the file.
authorMike Beattie <mike@ethernal.org>
Fri, 14 Sep 2012 01:17:24 +0000 (13:17 +1200)
committerMike Beattie <mike@ethernal.org>
Fri, 14 Sep 2012 01:17:24 +0000 (13:17 +1200)
Signed-off-by: Mike Beattie <mike@ethernal.org>
altosui/AltosFlightStatusTableModel.java

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