Skip to content

Commit aece53f

Browse files
remove unused modifier
1 parent 18e34ac commit aece53f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/MapLibreSwiftUI/MapView.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ public struct MapView<T: MapViewHostViewController>: UIViewControllerRepresentab
2020

2121
public var mapViewContentInset: UIEdgeInsets = .zero
2222

23-
/// 'Escape hatch' to MLNMapView until we have more modifiers.
24-
/// See ``unsafeMapViewModifier(_:)``
25-
var unsafeMapViewModifier: ((T.MapType) -> Void)?
26-
2723
var unsafeMapViewControllerModifier: ((T) -> Void)?
2824

2925
var controls: [MapControl] = [

0 commit comments

Comments
 (0)