cleaning up

This commit is contained in:
Max Hunt 2019-05-31 20:37:28 +01:00
parent 1aa2a96f35
commit 07eb910dfd

View File

@ -13,9 +13,6 @@ import CoreLocation
import AVFoundation import AVFoundation
class MainViewController: UIViewController, AVAudioPlayerDelegate, myProtocol { class MainViewController: UIViewController, AVAudioPlayerDelegate, myProtocol {
@ -39,9 +36,7 @@ class MainViewController: UIViewController, AVAudioPlayerDelegate, myProtocol {
var distanceToNextCoord: Double = 1000 var distanceToNextCoord: Double = 1000
var startedNavigation: Bool = false var startedNavigation: Bool = false
var toLocationId: Int = -1
// OUTLETS--------------OUTLETS // OUTLETS--------------OUTLETS
@IBOutlet weak var menuWindowView: UIView! @IBOutlet weak var menuWindowView: UIView!
@IBOutlet weak var menuView: UIView! @IBOutlet weak var menuView: UIView!