summaryrefslogtreecommitdiff
path: root/altosui/AltosGraphUI.java
diff options
context:
space:
mode:
authorMike Beattie <mike@ethernal.org>2012-09-14 13:16:16 +1200
committerMike Beattie <mike@ethernal.org>2012-09-14 13:16:16 +1200
commitd3d69bdecfcb45d1e3a8c6b10c80eef1afcc2310 (patch)
treeffad0828c7a541af8ef0a4280a4894cbe3754023 /altosui/AltosGraphUI.java
parentc9fa8faabb6f7fb59714c42e1029ce3d71c52ff8 (diff)
altosui: comment out/remove dead code
Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'altosui/AltosGraphUI.java')
-rw-r--r--altosui/AltosGraphUI.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/altosui/AltosGraphUI.java b/altosui/AltosGraphUI.java
index f2addfd3..cb8e3d20 100644
--- a/altosui/AltosGraphUI.java
+++ b/altosui/AltosGraphUI.java
@@ -182,8 +182,6 @@ public class AltosGraphUI extends AltosFrame
super(String.format("Altos Graph %s", name));
AltosDataPointReader reader = new AltosDataPointReader (records);
- if (reader == null)
- return;
if (reader.has_accel)
init(reader, records, 0);