1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-21 16:02:04 +02:00

Remove unused methods

This commit is contained in:
Erik Johansson
2018-04-08 23:48:35 +02:00
parent cbca4a5037
commit 009ef67e2d
2 changed files with 2 additions and 12 deletions

View File

@@ -62,10 +62,6 @@ public class BluetoothCustomOpenScale extends BluetoothCommunication {
return false;
}
public boolean isBLE() {
return false;
}
@Override
public void startSearching(String deviceName) {

View File

@@ -73,12 +73,6 @@ public class BluetoothIhealthHS3 extends BluetoothCommunication {
return false;
}
public boolean isBLE() {
Log.w("openscale","iHealth HS3 - isBLE - returning false");
return false;
}
@Override
public void startSearching(String deviceName) {