altoslib: comment out unused methods
authorMike Beattie <mike@ethernal.org>
Fri, 7 Sep 2012 05:39:25 +0000 (17:39 +1200)
committerMike Beattie <mike@ethernal.org>
Fri, 7 Sep 2012 05:39:25 +0000 (17:39 +1200)
Signed-off-by: Mike Beattie <mike@ethernal.org>
altoslib/AltosIgnite.java
altoslib/AltosTelemetryRecordLegacy.java

index e89f1b65bdb10aecc5b7e14fbd26cc41525770ae..a48d0b69121e007912015bc65904bc98bf3ed3cd 100644 (file)
@@ -64,6 +64,7 @@ public class AltosIgnite {
                }
        }
 
                }
        }
 
+       /*
        private boolean get_string(String line, String label, string_ref s) {
                if (line.startsWith(label)) {
                        String  quoted = line.substring(label.length()).trim();
        private boolean get_string(String line, String label, string_ref s) {
                if (line.startsWith(label)) {
                        String  quoted = line.substring(label.length()).trim();
@@ -78,6 +79,7 @@ public class AltosIgnite {
                        return false;
                }
        }
                        return false;
                }
        }
+       */
 
        private int status(String status_name) {
                if (status_name.equals("unknown"))
 
        private int status(String status_name) {
                if (status_name.equals("unknown"))
index 9e75fa2c773dd313be5c6083a86c1da1152222f7..211760691e23668b3b52a0eda839861e10cbb61d 100644 (file)
@@ -392,9 +392,11 @@ public class AltosTelemetryRecordLegacy extends AltosTelemetryRecord {
        int[]   bytes;
        int     adjust;
 
        int[]   bytes;
        int     adjust;
 
+       /*
        private int int8(int i) {
                return AltosLib.int8(bytes, i + 1 + adjust);
        }
        private int int8(int i) {
                return AltosLib.int8(bytes, i + 1 + adjust);
        }
+       */
        private int uint8(int i) {
                return AltosLib.uint8(bytes, i + 1 + adjust);
        }
        private int uint8(int i) {
                return AltosLib.uint8(bytes, i + 1 + adjust);
        }