diff options
author | Keith Packard <keithp@keithp.com> | 2014-06-10 11:35:30 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-06-10 11:35:30 -0700 |
commit | 73249dbf16382c91c2a220ff852a4f099fe0de3d (patch) | |
tree | f33291d09caf37cc80807ebef7b3b2f7ecaacca4 /altosui | |
parent | 9ef32b103c5c312aaa90b6546e504f2edeb1f99a (diff) |
altosuilib: Move AltosFlightStatsTable to altosuilib
So that TeleGPS can share it
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui')
-rw-r--r-- | altosui/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 1eb2d967..be817cb8 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -21,7 +21,6 @@ altosui_JAVA = \ AltosConfigTD.java \ AltosConfigTDUI.java \ AltosDescent.java \ - AltosFlightStatsTable.java \ AltosFlightStatus.java \ AltosFlightStatusUpdate.java \ AltosFlightUI.java \ |