Remove not needed getter function

This commit is contained in:
Tim Gunn 2020-05-02 01:54:46 +12:00
parent 96757145bf
commit 9e2c3255e2
No known key found for this signature in database
GPG key ID: C9BC1E9D0D0AED8C

View file

@ -72,10 +72,6 @@ class HardLimits @Inject constructor(
return MAXIOB_SMB[loadAge()]
}
fun maxIobLGS(): Double {
return MAXIOB_LGS
}
fun maxBasal(): Double {
return MAXBASAL[loadAge()]
}