altosdroid: clean up stub functions in AltosBluetooth.java
authorMike Beattie <mike@ethernal.org>
Sun, 26 Aug 2012 03:18:44 +0000 (15:18 +1200)
committerMike Beattie <mike@ethernal.org>
Sun, 26 Aug 2012 03:18:44 +0000 (15:18 +1200)
Signed-off-by: Mike Beattie <mike@ethernal.org>
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();