You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/10/05 14:08:22 UTC

[royale-asjs] branch develop updated: remove unused imports

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4bc7692  remove unused imports
4bc7692 is described below

commit 4bc769246c0d68a5c1b3b071c33a2f7a2fd49931
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Oct 5 16:07:58 2018 +0200

    remove unused imports
---
 .../Core/src/main/royale/org/apache/royale/core/IUIBase.as         | 4 ----
 .../src/main/royale/org/apache/royale/utils/MXMLDataInterpreter.as | 7 +------
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IUIBase.as b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IUIBase.as
index eb1f607..f35f6d0 100644
--- a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IUIBase.as
+++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IUIBase.as
@@ -19,10 +19,6 @@
 package org.apache.royale.core
 {
     import org.apache.royale.events.IEventDispatcher;
-    COMPILE::SWF
-    {
-        import flash.display.DisplayObject;
-    }
 
     /**
      *  The IUIBase interface is the basic interface for user interface components.
diff --git a/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/MXMLDataInterpreter.as b/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/MXMLDataInterpreter.as
index b6ced0f..670182f 100644
--- a/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/MXMLDataInterpreter.as
+++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/MXMLDataInterpreter.as
@@ -18,12 +18,7 @@
 ////////////////////////////////////////////////////////////////////////////////
 package org.apache.royale.utils
 {
-
-COMPILE::SWF
-{
-    import flash.display.DisplayObject;
-}
-
+    
 import org.apache.royale.core.IBead;
 import org.apache.royale.core.IContainer;
 import org.apache.royale.core.IDocument;