From ae1225f556b32fc6ea676a30683b97df6a9d0839 Mon Sep 17 00:00:00 2001 From: Tim Kluge Date: Thu, 24 Apr 2025 18:20:22 +0200 Subject: [PATCH] Remove duplicated headwind speed datatype definition --- .../kotlin/de/timklge/karooheadwind/KarooHeadwindExtension.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/kotlin/de/timklge/karooheadwind/KarooHeadwindExtension.kt b/app/src/main/kotlin/de/timklge/karooheadwind/KarooHeadwindExtension.kt index d1fe708..fab8cfc 100644 --- a/app/src/main/kotlin/de/timklge/karooheadwind/KarooHeadwindExtension.kt +++ b/app/src/main/kotlin/de/timklge/karooheadwind/KarooHeadwindExtension.kt @@ -67,7 +67,6 @@ class KarooHeadwindExtension : KarooExtension("karoo-headwind", BuildConfig.VERS listOf( HeadwindDirectionDataType(karooSystem, applicationContext), TailwindAndRideSpeedDataType(karooSystem, applicationContext), - HeadwindSpeedDataType(karooSystem, applicationContext), WeatherDataType(karooSystem, applicationContext), WeatherForecastDataType(karooSystem), HeadwindSpeedDataType(karooSystem, applicationContext),