altoslib: comment out unused methods
[fw/altos] / altoslib / AltosIgnite.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();
@@ -78,6 +79,7 @@ public class AltosIgnite {
                        return false;
                }
        }
+       */
 
        private int status(String status_name) {
                if (status_name.equals("unknown"))