altosdroid: clean up stub functions in AltosBluetooth.java
[fw/altos] / altosdroid / src / org / altusmetrum / AltosDroid / AltosBluetooth.java
index 4c1f09a285587a0f78b7168b9a6318705c1bdd1d..79e31e8901ce6ddcc4de1ff998a21c157d42e0dd 100644 (file)
@@ -149,20 +149,12 @@ public class AltosBluetooth extends AltosLink {
                }
        }
 
-       public void flush_output() {
-               super.flush_output();
-               /* any local work needed to flush bluetooth? */
-       }
 
-       public boolean can_cancel_reply() {
-               return false;
-       }
-       public boolean show_reply_timeout() {
-               return true;
-       }
-               
-       public void hide_reply_timeout() {
-       }
+       //public void flush_output() { super.flush_output(); }
+
+       public boolean can_cancel_reply()   { return false; }
+       public boolean show_reply_timeout() { return true; }
+       public void hide_reply_timeout()    { }
 
        public AltosBluetooth(BluetoothDevice device) {
                adapter = BluetoothAdapter.getDefaultAdapter();