This is an automated email from the ASF dual-hosted git repository.
yishayw 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 3f37b87 Get rid of warning
3f37b87 is described below
commit 3f37b87f7e6b2cc0a539c4bdb2548635bcdb8fdd
Author: Yishay Weiss <[email protected]>
AuthorDate: Wed Dec 16 17:07:55 2020 +0200
Get rid of warning
---
frameworks/projects/MXRoyale/src/main/royale/mx/states/AddChild.as | 1 -
1 file changed, 1 deletion(-)
diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/states/AddChild.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/states/AddChild.as
index 7ae03a4..0d5bd53 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/states/AddChild.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/states/AddChild.as
@@ -20,7 +20,6 @@
package mx.states
{
import mx.core.ContainerCreationPolicy;
-import mx.core.IDeferredInstance;
import mx.core.mx_internal;
import mx.core.UIComponent;
import mx.resources.IResourceManager;