From 0ef8b7148784ed5bcbea21dde313fb02f50ef734 Mon Sep 17 00:00:00 2001 From: Mike Beattie Date: Fri, 14 Sep 2012 13:17:24 +1200 Subject: [PATCH] altosui: comment out obsolete code - could probably remove the file. Signed-off-by: Mike Beattie --- altosui/AltosFlightStatusTableModel.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/altosui/AltosFlightStatusTableModel.java b/altosui/AltosFlightStatusTableModel.java index c2cf8cd1..56ad7e6f 100644 --- a/altosui/AltosFlightStatusTableModel.java +++ b/altosui/AltosFlightStatusTableModel.java @@ -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 -- 2.30.2