aboutsummaryrefslogtreecommitdiff
path: root/Sources/WmapParser/MapPoint.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sources/WmapParser/MapPoint.swift')
-rw-r--r--Sources/WmapParser/MapPoint.swift5
1 files changed, 0 insertions, 5 deletions
diff --git a/Sources/WmapParser/MapPoint.swift b/Sources/WmapParser/MapPoint.swift
deleted file mode 100644
index 718ecab..0000000
--- a/Sources/WmapParser/MapPoint.swift
+++ /dev/null
@@ -1,5 +0,0 @@
-/// A point in the map
-public struct MapPoint: Sendable, Equatable {
- let xCoordinate: Double
- let yCoordinate: Double
-}