summaryrefslogtreecommitdiff
path: root/altosui/AltosGraphUI.java
diff options
context:
space:
mode:
authorMike Beattie <mike@ethernal.org>2012-09-14 13:14:31 +1200
committerMike Beattie <mike@ethernal.org>2012-09-14 13:14:31 +1200
commit38fb6c070ffaf820d524fecce540d91fc6dda57b (patch)
tree59adc09a0df5f8e9d640df428235346aeefc170c /altosui/AltosGraphUI.java
parentce1b19a012a2c1c623b03efb93b881e297736718 (diff)
altosui: comment out un-used classes and associated imports
Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'altosui/AltosGraphUI.java')
-rw-r--r--altosui/AltosGraphUI.java8
1 files changed, 6 insertions, 2 deletions
diff --git a/altosui/AltosGraphUI.java b/altosui/AltosGraphUI.java
index 7715eedd..f2addfd3 100644
--- a/altosui/AltosGraphUI.java
+++ b/altosui/AltosGraphUI.java
@@ -143,7 +143,8 @@ public class AltosGraphUI extends AltosFrame
return graphs;
}
}
-
+
+ /*
static private class AscentGraphs extends OverallGraphs {
protected AltosGraphTime myAltosGraphTime(String suffix) {
return (new AltosGraphTime("Ascent " + suffix) {
@@ -158,7 +159,9 @@ public class AltosGraphUI extends AltosFrame
.addElement(e_coast);
}
}
-
+ */
+
+ /*
static private class DescentGraphs extends OverallGraphs {
protected AltosGraphTime myAltosGraphTime(String suffix) {
return (new AltosGraphTime("Descent " + suffix) {
@@ -173,6 +176,7 @@ public class AltosGraphUI extends AltosFrame
// ((XYGraph)graph[8]).ymin = new Double(-50);
}
}
+ */
public AltosGraphUI(AltosRecordIterable records, String name) throws InterruptedException, IOException {
super(String.format("Altos Graph %s", name));