Delete unfinished function

This commit is contained in:
swissalpine 2023-11-30 11:54:51 +01:00 committed by GitHub
parent dad61d5a37
commit aecde2032e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,9 +48,6 @@ interface LoopHub {
/** Notifies the system that carbs were eaten and stores the value. */
fun postCarbs(carbohydrates: Int)
/** Stores or cancels a temptarget. */
fun postTempTarget(target: Double, duration: Int)
/** Stores hear rate readings that a taken and averaged of the given interval. */
fun storeHeartRate(
samplingStart: Instant, samplingEnd: Instant,