From 48775ee009c1d8452ebd6204dd0e42f89a445182 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Thu, 26 May 2011 14:19:30 +0100 Subject: [PATCH] Remove VectorLayer import statements from refactored files --- net/systemeD/potlatch2/BugConnection.as | 3 +-- net/systemeD/potlatch2/mygpx/MyGpxDialog.mxml | 1 - net/systemeD/potlatch2/panels/BugPanel.mxml | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/net/systemeD/potlatch2/BugConnection.as b/net/systemeD/potlatch2/BugConnection.as index ee569342..92bc5787 100644 --- a/net/systemeD/potlatch2/BugConnection.as +++ b/net/systemeD/potlatch2/BugConnection.as @@ -1,6 +1,5 @@ package net.systemeD.potlatch2 { - import net.systemeD.halcyon.VectorLayer; import net.systemeD.halcyon.Map; import net.systemeD.halcyon.connection.*; import net.systemeD.halcyon.connection.actions.*; @@ -9,7 +8,7 @@ package net.systemeD.potlatch2 { import flash.system.Security; import com.adobe.serialization.json.JSON; - /** A VectorLayer that can be used to load and display bugs from MapDust-compatible APIs. + /** A Connection that can be used to load and display bugs from MapDust-compatible APIs. See utils/BugLoader.as for the corresponding loader. */ public class BugConnection extends Connection { diff --git a/net/systemeD/potlatch2/mygpx/MyGpxDialog.mxml b/net/systemeD/potlatch2/mygpx/MyGpxDialog.mxml index bdce15c1..f7120ded 100644 --- a/net/systemeD/potlatch2/mygpx/MyGpxDialog.mxml +++ b/net/systemeD/potlatch2/mygpx/MyGpxDialog.mxml @@ -14,7 +14,6 @@ import net.systemeD.potlatch2.save.*; import net.systemeD.halcyon.Map; import net.systemeD.halcyon.Globals; - import net.systemeD.halcyon.VectorLayer; import net.systemeD.potlatch2.utils.Importer; import net.systemeD.potlatch2.utils.GpxImporter; import mx.controls.Alert; diff --git a/net/systemeD/potlatch2/panels/BugPanel.mxml b/net/systemeD/potlatch2/panels/BugPanel.mxml index 6e3d96ad..0f606d2c 100644 --- a/net/systemeD/potlatch2/panels/BugPanel.mxml +++ b/net/systemeD/potlatch2/panels/BugPanel.mxml @@ -59,7 +59,6 @@