From: Mike Beattie Date: Fri, 14 Sep 2012 01:17:24 +0000 (+1200) Subject: altosui: comment out obsolete code - could probably remove the file. X-Git-Tag: 1.1.9.1~55^2 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=0ef8b7148784ed5bcbea21dde313fb02f50ef734 altosui: comment out obsolete code - could probably remove the file. Signed-off-by: Mike Beattie --- 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