You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/08/26 16:30:09 UTC

[royale-asjs] branch develop updated: clean some unused imports

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

carlosrovira 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 8a67937  clean some unused imports
8a67937 is described below

commit 8a67937a8d5b010e2338e4f04643ac15f9153c69
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Aug 26 18:29:59 2020 +0200

    clean some unused imports
---
 .../Core/src/main/royale/org/apache/royale/core/BeadViewBase.as        | 2 --
 .../projects/Jewel/src/main/royale/org/apache/royale/jewel/GridCell.as | 3 +--
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/BeadViewBase.as b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/BeadViewBase.as
index eb11c20..5fa6eec 100644
--- a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/BeadViewBase.as
+++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/BeadViewBase.as
@@ -19,8 +19,6 @@
 package org.apache.royale.core
 {
 	import org.apache.royale.core.IBeadView;
-	import org.apache.royale.core.IStrand;
-    import org.apache.royale.events.EventDispatcher;
     
     /**
      *  The BeadViewBase class is the base class for most view beads.
diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/GridCell.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/GridCell.as
index 2ad6c21..396f3f6 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/GridCell.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/GridCell.as
@@ -19,9 +19,8 @@
 package org.apache.royale.jewel
 {
 	import org.apache.royale.jewel.beads.layouts.GridCellLayout;
-	import org.apache.royale.jewel.beads.layouts.StyledLayoutBase;
-	import org.apache.royale.utils.StringUtil;
 	import org.apache.royale.jewel.supportClasses.container.AlignmentItemsContainer;
+	import org.apache.royale.utils.StringUtil;
 
 	/**
 	 *  The GridCell class is the inmediate container in a Grid Layout