diff options
Diffstat (limited to 'Sources/WmapParser/Shape.swift')
| -rw-r--r-- | Sources/WmapParser/Shape.swift | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Sources/WmapParser/Shape.swift b/Sources/WmapParser/Shape.swift deleted file mode 100644 index ea1844e..0000000 --- a/Sources/WmapParser/Shape.swift +++ /dev/null @@ -1,8 +0,0 @@ -/// Any of the potential shapes in a component. -@frozen -public enum Shape: Sendable, Equatable { - case circle - case xMark - case square - case triangle -} |