Removed unneeded interface declarations.

Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/01c55f2e
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/01c55f2e
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/01c55f2e

Branch: refs/heads/dual
Commit: 01c55f2e0b5a193a43dbbcc2280e68de3da5f2ea
Parents: 8ac451f
Author: Peter Ent <p...@apache.org>
Authored: Mon Apr 3 10:59:06 2017 -0400
Committer: Peter Ent <p...@apache.org>
Committed: Mon Apr 3 10:59:06 2017 -0400

----------------------------------------------------------------------
 .../HTML/src/main/flex/org/apache/flex/core/DataContainerBase.as  | 3 +--
 .../projects/HTML/src/main/flex/org/apache/flex/core/ViewBase.as  | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/01c55f2e/frameworks/projects/HTML/src/main/flex/org/apache/flex/core/DataContainerBase.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/HTML/src/main/flex/org/apache/flex/core/DataContainerBase.as
 
b/frameworks/projects/HTML/src/main/flex/org/apache/flex/core/DataContainerBase.as
index ef6ade7..6d8988f 100644
--- 
a/frameworks/projects/HTML/src/main/flex/org/apache/flex/core/DataContainerBase.as
+++ 
b/frameworks/projects/HTML/src/main/flex/org/apache/flex/core/DataContainerBase.as
@@ -18,7 +18,6 @@
 
////////////////////////////////////////////////////////////////////////////////
 package org.apache.flex.core
 {
-       import org.apache.flex.core.IParent;
        import org.apache.flex.core.ValuesManager;
        import org.apache.flex.events.Event;
        import org.apache.flex.events.ItemAddedEvent;
@@ -47,7 +46,7 @@ package org.apache.flex.core
      *  @playerversion AIR 2.6
      *  @productversion FlexJS 0.0
      */
-       public class DataContainerBase extends ContainerBase implements 
IItemRendererParent, IParent
+       public class DataContainerBase extends ContainerBase implements 
IItemRendererParent
        {
         /**
          *  Constructor.

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/01c55f2e/frameworks/projects/HTML/src/main/flex/org/apache/flex/core/ViewBase.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/HTML/src/main/flex/org/apache/flex/core/ViewBase.as 
b/frameworks/projects/HTML/src/main/flex/org/apache/flex/core/ViewBase.as
index 8eca37e..cd9b835 100644
--- a/frameworks/projects/HTML/src/main/flex/org/apache/flex/core/ViewBase.as
+++ b/frameworks/projects/HTML/src/main/flex/org/apache/flex/core/ViewBase.as
@@ -48,7 +48,7 @@ package org.apache.flex.core
      *  @playerversion AIR 2.6
      *  @productversion FlexJS 0.0
      */
-       public class ViewBase extends GroupBase implements IPopUpHost, 
IApplicationView, ILayoutParent, ILayoutView
+       public class ViewBase extends GroupBase implements IPopUpHost, 
IApplicationView
        {
         /**
          *  Constructor.

Reply via email to