From aecde2032e06b5b3f20d3cc530c047cb69794183 Mon Sep 17 00:00:00 2001 From: swissalpine Date: Thu, 30 Nov 2023 11:54:51 +0100 Subject: [PATCH] Delete unfinished function --- .../src/main/kotlin/app/aaps/plugins/sync/garmin/LoopHub.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/sync/src/main/kotlin/app/aaps/plugins/sync/garmin/LoopHub.kt b/plugins/sync/src/main/kotlin/app/aaps/plugins/sync/garmin/LoopHub.kt index 5d4ac7dbd9..ebd8ac209b 100644 --- a/plugins/sync/src/main/kotlin/app/aaps/plugins/sync/garmin/LoopHub.kt +++ b/plugins/sync/src/main/kotlin/app/aaps/plugins/sync/garmin/LoopHub.kt @@ -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,