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:
@@ -62,10 +62,6 @@ public class BluetoothCustomOpenScale extends BluetoothCommunication {
|
||||
return false;
|
||||
}
|
||||
|
||||
public boolean isBLE() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void startSearching(String deviceName) {
|
||||
|
||||
|
@@ -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) {
|
||||
|
||||
|
Reference in New Issue
Block a user