Remove unused struct

This commit is contained in:
Garth Vander Houwen 2023-05-26 21:00:49 -07:00
parent 0590dd1211
commit c19466daa5

View file

@ -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
}