Skip to content

Commit

Permalink
Remove deprecated update heading method (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
evil159 authored Mar 3, 2023
1 parent 536bbb8 commit 5f0c690
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sources/MapboxMaps/Location/LocationManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ public final class LocationManager: NSObject {
locationProvider.requestTemporaryFullAccuracyAuthorization(withPurposeKey: purposeKey)
}

/// :nodoc:
/// Deprecated. Calling this method is unnecessary and no longer has any effect.
public func updateHeadingForCurrentDeviceOrientation() {
}

private func syncOptions() {
// workaround to avoid calling LocationProducer.locationProvider's didSet
// when locationProvider is a class. In next major version, we should constrain
Expand Down

0 comments on commit 5f0c690

Please sign in to comment.