mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Remove unused struct
This commit is contained in:
parent
0590dd1211
commit
c19466daa5
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue