You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2020/10/22 19:10:50 UTC

[royale-asjs] branch develop updated: remove unused/missing import for maven build

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

gregdove 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 909422b  remove unused/missing import for maven build
909422b is described below

commit 909422bc1a250598060d374119a68c1a19d6018a
Author: greg-dove <gr...@gmail.com>
AuthorDate: Fri Oct 23 08:10:26 2020 +1300

    remove unused/missing import for maven build
---
 frameworks/projects/MXRoyale/src/main/royale/mx/core/BitmapAsset.as | 1 -
 1 file changed, 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/core/BitmapAsset.as b/frameworks/projects/MXRoyale/src/main/royale/mx/core/BitmapAsset.as
index 5ebe0e1..7d7e30e 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/BitmapAsset.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/BitmapAsset.as
@@ -20,7 +20,6 @@
 package mx.core
 {
 
-import org.apache.royale.display.BitmapData;
 import org.apache.royale.events.Event;
 import org.apache.royale.geom.Point;
 import mx.system.ApplicationDomain;