diff options
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; |