Remove not needed getter function
This commit is contained in:
parent
96757145bf
commit
9e2c3255e2
1 changed files with 0 additions and 4 deletions
|
@ -72,10 +72,6 @@ class HardLimits @Inject constructor(
|
||||||
return MAXIOB_SMB[loadAge()]
|
return MAXIOB_SMB[loadAge()]
|
||||||
}
|
}
|
||||||
|
|
||||||
fun maxIobLGS(): Double {
|
|
||||||
return MAXIOB_LGS
|
|
||||||
}
|
|
||||||
|
|
||||||
fun maxBasal(): Double {
|
fun maxBasal(): Double {
|
||||||
return MAXBASAL[loadAge()]
|
return MAXBASAL[loadAge()]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue