Skip to content

Commit 7b58168

Browse files
committed
Remove unused imports and declarations.
1 parent 98af284 commit 7b58168

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Shared/Samples/Control annotation sublayer visibility/ControlAnnotationSublayerVisibilityView.Model.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
import ArcGIS
16-
import SwiftUI
16+
import Foundation
1717

1818
extension ControlAnnotationSublayerVisibilityView {
1919
/// The view model for this sample.

Shared/Samples/Generate geodatabase replica from feature service/GenerateGeodatabaseReplicaFromFeatureServiceView.Model.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
import ArcGIS
16-
import SwiftUI
16+
import Foundation
1717

1818
extension GenerateGeodatabaseReplicaFromFeatureServiceView {
1919
/// The view model for the sample.

Shared/Samples/Snap geometry edits with utility network rules/SnapGeometryEditsWithUtilityNetworkRulesView.Model.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ extension SubtypeSublayer: Renderable {}
262262

263263
private extension String {
264264
static let distributionPipe = "Distribution Pipe"
265-
static let excessFlowValve = "Excess Flow Valve"
266265
static let graphics = "Graphics"
267266
static let pipelineLine = "PipelineLine"
268267
static let servicePipe = "Service Pipe"

0 commit comments

Comments
 (0)