Remove unneeded variable

This commit is contained in:
TebbeUbben 2019-02-09 22:04:09 +01:00
parent 6cb3b5fcac
commit c5241b6cad

View file

@ -154,7 +154,6 @@ public class LocalInsightPlugin extends PluginBase implements PumpInterface, Con
}; };
private final Object $bolusLock = new Object[0]; private final Object $bolusLock = new Object[0];
private boolean bolusInProgress;
private int bolusID = -1; private int bolusID = -1;
private List<BasalProfileBlock> profileBlocks; private List<BasalProfileBlock> profileBlocks;
private boolean limitsFetched; private boolean limitsFetched;