Remove unneeded variable
This commit is contained in:
parent
6cb3b5fcac
commit
c5241b6cad
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue