Skip to content

Commit 25139b8

Browse files
committed
#56: Removed compiler conditions around SwiftUI EdgeInsets. Again.
But this time without changing Package.swift!
1 parent e577664 commit 25139b8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Sources/RectangleTools/Default Conformances/EdgeInsets + FourSided + SwiftUI.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Created by Ben Leggiero on 2021-05-05.
66
//
77

8-
#if canImport(SwiftUI) && !RECTANGLETOOLS_EXCLUDE_SWIFTUI_EDGEINSETS
98
import SwiftUI
109

1110

@@ -62,9 +61,3 @@ public extension EdgeInsets {
6261
}
6362
}
6463
}
65-
#else
66-
67-
public typealias EdgeInsets = NativeEdgeInsets
68-
69-
#endif
70-

0 commit comments

Comments
 (0)