diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-10 13:35:26 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-10 13:35:26 -0700 |
commit | 6ac604d11de44cd824f09e4b467264a2b74be7bd (patch) | |
tree | 3b56f4826826dbb1de1682b99a8c5bb9eed33eb0 /altosui/AltosGraphTime.java | |
parent | 94d9a2c36fabdf24d6a0b985851e95e4eb181fd9 (diff) |
Altosui: Add flight statistics tab to graph window
Provide basic flight stats alongside the flight graph.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosGraphTime.java')
-rw-r--r-- | altosui/AltosGraphTime.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/altosui/AltosGraphTime.java b/altosui/AltosGraphTime.java index a5451280..ada6ef13 100644 --- a/altosui/AltosGraphTime.java +++ b/altosui/AltosGraphTime.java @@ -132,7 +132,6 @@ class AltosGraphTime extends AltosGraph { private Integer serial = null; private Integer flight = null; - private String title; private ArrayList<Element> elements; private HashMap<String,Integer> axes; private HashMap<Element,Integer> datasets; |