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

[royale-asjs] branch develop updated: Get rid of redundant imports

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 73de5ce  Get rid of redundant imports
73de5ce is described below

commit 73de5ce46b5ad7c81b4c9ee1e1dc0ede089ebd2b
Author: DESKTOP-RH4S838\Yishay <yi...@hotmail.com>
AuthorDate: Thu May 17 10:55:58 2018 +0300

    Get rid of redundant imports
---
 .../org/apache/royale/html/beads/HideComboPopupOnMouseDownBead.as     | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/HideComboPopupOnMouseDownBead.as b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/HideComboPopupOnMouseDownBead.as
index ba48f52..fba3946 100644
--- a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/HideComboPopupOnMouseDownBead.as
+++ b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/HideComboPopupOnMouseDownBead.as
@@ -20,16 +20,12 @@ package org.apache.royale.html.beads
 {
 	import org.apache.royale.utils.callLater;
 	import org.apache.royale.utils.loadBeadFromValuesManager;
-	import org.apache.royale.core.IBeadController;
     import org.apache.royale.core.IBead;
-	import org.apache.royale.core.IComboBoxModel;
 	import org.apache.royale.core.IStrand;
 	import org.apache.royale.core.IUIBase;
 	import org.apache.royale.events.Event;
 	import org.apache.royale.events.IEventDispatcher;
 	import org.apache.royale.events.MouseEvent;
-	import org.apache.royale.html.TextInput;
-	import org.apache.royale.html.List;
 	import org.apache.royale.html.beads.IComboBoxView;
 	
 	/**

-- 
To stop receiving notification emails like this one, please contact
yishayw@apache.org.