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/22 08:37:03 UTC

[royale-asjs] 02/04: Get rid of redundant imports

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

yishayw pushed a commit to branch feature/revert-refactor
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 8cda66febeca08f2d0775632282148f5cf181ec7
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.