diff --git a/Meshtastic/Views/Map/Custom/MapViewSwiftUI.swift b/Meshtastic/Views/Map/Custom/MapViewSwiftUI.swift index e36b62e5..d8c1d001 100644 --- a/Meshtastic/Views/Map/Custom/MapViewSwiftUI.swift +++ b/Meshtastic/Views/Map/Custom/MapViewSwiftUI.swift @@ -16,12 +16,6 @@ struct PolygonInfo: Codable { let title, subtitle: String? } -struct PolylineInfo: Codable { - let stroke: String? - let strokeWidth, strokeOpacity: Int? - let title, subtitle: String? -} - func degreesToRadians(_ number: Double) -> Double { return number * .pi / 180 }