From 07eb910dfd9d6950c1df5951d5d457a91d9aeebb Mon Sep 17 00:00:00 2001 From: Max Hunt Date: Fri, 31 May 2019 20:37:28 +0100 Subject: [PATCH] cleaning up --- Guibe/MainViewController.swift | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Guibe/MainViewController.swift b/Guibe/MainViewController.swift index 582198b..4fe392b 100644 --- a/Guibe/MainViewController.swift +++ b/Guibe/MainViewController.swift @@ -13,9 +13,6 @@ import CoreLocation import AVFoundation - - - class MainViewController: UIViewController, AVAudioPlayerDelegate, myProtocol { @@ -39,9 +36,7 @@ class MainViewController: UIViewController, AVAudioPlayerDelegate, myProtocol { var distanceToNextCoord: Double = 1000 var startedNavigation: Bool = false - - var toLocationId: Int = -1 - + // OUTLETS--------------OUTLETS @IBOutlet weak var menuWindowView: UIView! @IBOutlet weak var menuView: UIView!