File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Sources/MapboxCoreNavigation Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -149,17 +149,6 @@ public class NavigationSettings {
149
149
*/
150
150
public static let shared : NavigationSettings = . init( )
151
151
152
- /// Returns a reflection of this class excluding the `properties` variable.
153
- lazy var properties : [ Mirror . Child ] = {
154
- let properties = Mirror ( reflecting: self ) . children
155
- return properties. filter ( { ( child) -> Bool in
156
- if let label = child. label {
157
- return label != " properties.storage " && label != " $__lazy_storage_$_properties "
158
- }
159
- return false
160
- } )
161
- } ( )
162
-
163
152
private func notifyChanged( property: StoredProperty , value: Any ) {
164
153
UserDefaults . standard. set ( value, forKey: property. key. prefixed)
165
154
NotificationCenter . default. post ( name: . navigationSettingsDidChange,
You can’t perform that action at this time.
0 commit comments