You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/11/21 01:31:05 UTC

[royale-asjs] 01/02: remove import

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

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

View the commit online:
https://github.com/apache/royale-asjs/commit/23080b4224a9ca691ab8fe7c37eef8bf138523b8

commit 23080b4224a9ca691ab8fe7c37eef8bf138523b8
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Nov 20 17:30:31 2019 -0800

    remove import
---
 frameworks/projects/MXRoyale/src/main/royale/mx/controls/Alert.as | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Alert.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Alert.as
index a49af67..4f1c3f9 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Alert.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Alert.as
@@ -18,10 +18,7 @@
 ////////////////////////////////////////////////////////////////////////////////
 
 package mx.controls
-{
-
-    import flash.events.EventPhase;
-    
+{    
     import mx.containers.Panel;
     import mx.core.FlexGlobals;
     import mx.core.IFlexDisplayObject;