You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2018/09/07 09:33:42 UTC

[royale-asjs] branch develop updated: invalid import

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

harbs 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 9c5378c  invalid import
9c5378c is described below

commit 9c5378c640a5c75ea0cea08c4a43eaa91c46ffcc
Author: Harbs <ha...@in-tools.com>
AuthorDate: Fri Sep 7 12:33:29 2018 +0300

    invalid import
---
 frameworks/projects/MXRoyale/src/main/royale/mx/formatters/Formatter.as | 1 -
 1 file changed, 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/formatters/Formatter.as b/frameworks/projects/MXRoyale/src/main/royale/mx/formatters/Formatter.as
index 8aeda6b..a62c38c 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/formatters/Formatter.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/formatters/Formatter.as
@@ -20,7 +20,6 @@
 package mx.formatters
 {
 
-import flash.events.Event;
 import mx.formatters.IFormatter;
 import mx.core.mx_internal;
 import mx.managers.ISystemManager;