Skip to content

Commit 0b8bae3

Browse files
committed
Remove unused declaration.
1 parent 7da0415 commit 0b8bae3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Shared/Samples/Add vector tiled layer from custom style/AddVectorTiledLayerFromCustomStyleView.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,3 @@ private extension FileManager {
192192
)
193193
}
194194
}
195-
196-
private extension URL {
197-
/// The URL to the local vector tile package file with Dodge City, KS data.
198-
static var dodgeCityVectorTilePackage: URL {
199-
Bundle.main.url(forResource: "dodge_city", withExtension: "vtpk")!
200-
}
201-
}

0 commit comments

Comments
 (0)