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/02 21:31:31 UTC

[royale-asjs] 03/10: Unused imports

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

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

commit 70e9ba6c7047c1bcd6c264ea3f7a343295e1a2d3
Author: Harbs <ha...@in-tools.com>
AuthorDate: Sun Sep 2 19:47:16 2018 +0300

    Unused imports
---
 .../main/royale/org/apache/royale/html/beads/DragDropListView.as   | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/frameworks/projects/DragDrop/src/main/royale/org/apache/royale/html/beads/DragDropListView.as b/frameworks/projects/DragDrop/src/main/royale/org/apache/royale/html/beads/DragDropListView.as
index bb4e423..cfc47ed 100644
--- a/frameworks/projects/DragDrop/src/main/royale/org/apache/royale/html/beads/DragDropListView.as
+++ b/frameworks/projects/DragDrop/src/main/royale/org/apache/royale/html/beads/DragDropListView.as
@@ -18,16 +18,9 @@
 ////////////////////////////////////////////////////////////////////////////////
 package org.apache.royale.html.beads
 {
-	import org.apache.royale.core.IItemRendererParent;
-	import org.apache.royale.core.IContainer;
 	import org.apache.royale.core.IStrand;
 	import org.apache.royale.core.UIBase;
-	import org.apache.royale.events.Event;
-	import org.apache.royale.events.IEventDispatcher;
 	import org.apache.royale.html.beads.ListView;
-	import org.apache.royale.html.beads.layouts.VerticalLayout;
-	import org.apache.royale.core.supportClasses.DataGroup;
-	import org.apache.royale.html.supportClasses.ScrollingViewport;
 
 
 	/**