Removed redundant method on OmnipodPumpPlugin

This commit is contained in:
Bart Sopers 2020-08-17 19:55:19 +02:00
parent 5c4b9846e6
commit 18a515e5f7

View file

@ -929,11 +929,4 @@ public class OmnipodPumpPlugin extends PumpPluginAbstract implements OmnipodPump
return false;
}
@Override
public RxBusWrapper getRxBus() {
return this.rxBus;
}
}