From f29d64326499910b61044a962968af4e6c6174ea Mon Sep 17 00:00:00 2001 From: Khoa Pham Date: Mon, 31 Jul 2017 12:58:58 +0200 Subject: [PATCH] Remove unused property in Location --- Sources/Location.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Sources/Location.swift b/Sources/Location.swift index 918219b..a85648f 100644 --- a/Sources/Location.swift +++ b/Sources/Location.swift @@ -11,11 +11,6 @@ public struct Location { /// An optional payload if you want to send in app objects public let payload: Any? - /// The application scheme - public var scheme: String { - return Navigator.scheme - } - /// Construct a Location public init(path: String, arguments: [String: String] = [:], payload: Any? = nil) { self.path = path