Skip to content

Commit

Permalink
Remove unused property in Location
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Jul 31, 2017
1 parent e0d67b3 commit f29d643
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sources/Location.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f29d643

Please sign in to comment.