From 05838f42649138bc86d887bdadcd0c0da0133b4c Mon Sep 17 00:00:00 2001 From: stendler <stendler@mi.fu-berlin.de> Date: Tue, 6 Feb 2018 00:21:54 +0100 Subject: [PATCH] fix build issues due to unneeded imports that are missing in assembly got references to my unity theme plugin leaking there. whoops. --- Assets/MemoryBox/arScene/Scripts/UserGps.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Assets/MemoryBox/arScene/Scripts/UserGps.cs b/Assets/MemoryBox/arScene/Scripts/UserGps.cs index 03f347f..4f7c12c 100644 --- a/Assets/MemoryBox/arScene/Scripts/UserGps.cs +++ b/Assets/MemoryBox/arScene/Scripts/UserGps.cs @@ -1,7 +1,5 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; using UnityEngine; -using Zios; namespace MemoryBox.arScene.Scripts { -- GitLab