1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-24 07:38:45 +02:00

removed getDelegate()

This commit is contained in:
dakhnod 2019-07-26 18:00:31 +02:00
parent 1e936e4a85
commit f4d484f698

View File

@ -63,10 +63,6 @@ public class ServiceDeviceSupport implements DeviceSupport {
this.flags = flags;
}
public DeviceSupport getDelegate() {
return delegate;
}
@Override
public void setContext(GBDevice gbDevice, BluetoothAdapter btAdapter, Context context) {
delegate.setContext(gbDevice, btAdapter, context);