Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 327E01896E for ; Mon, 9 Nov 2015 09:15:57 +0000 (UTC) Received: (qmail 42815 invoked by uid 500); 9 Nov 2015 09:15:57 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 42744 invoked by uid 500); 9 Nov 2015 09:15:56 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 42555 invoked by uid 99); 9 Nov 2015 09:15:56 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Nov 2015 09:15:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B4C25DFE80; Mon, 9 Nov 2015 09:15:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: harbs@apache.org To: commits@flex.apache.org Message-Id: <7eb18ebe2b9643f497b8f3c9d57c5032@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: [flex-asjs] [refs/heads/core_js_to_as] - Removed ILayoutParent Date: Mon, 9 Nov 2015 09:15:56 +0000 (UTC) Repository: flex-asjs Updated Branches: refs/heads/core_js_to_as 7401da423 -> cc53ad1ce Removed ILayoutParent Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/cc53ad1c Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/cc53ad1c Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/cc53ad1c Branch: refs/heads/core_js_to_as Commit: cc53ad1ce4f9bf3fb66027a54507d16f3b913f5a Parents: 7401da4 Author: Harbs Authored: Mon Nov 9 11:15:52 2015 +0200 Committer: Harbs Committed: Mon Nov 9 11:15:52 2015 +0200 ---------------------------------------------------------------------- .../HTML/as/src/org/apache/flex/core/IScrollingLayoutParent.as | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cc53ad1c/frameworks/projects/HTML/as/src/org/apache/flex/core/IScrollingLayoutParent.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML/as/src/org/apache/flex/core/IScrollingLayoutParent.as b/frameworks/projects/HTML/as/src/org/apache/flex/core/IScrollingLayoutParent.as index ed89265..5e9768e 100644 --- a/frameworks/projects/HTML/as/src/org/apache/flex/core/IScrollingLayoutParent.as +++ b/frameworks/projects/HTML/as/src/org/apache/flex/core/IScrollingLayoutParent.as @@ -18,9 +18,6 @@ //////////////////////////////////////////////////////////////////////////////// package org.apache.flex.core { - import flash.display.DisplayObject; - import flash.display.DisplayObjectContainer; - import org.apache.flex.html.supportClasses.Border; import org.apache.flex.html.supportClasses.ScrollBar; @@ -35,7 +32,7 @@ package org.apache.flex.core * @playerversion AIR 2.6 * @productversion FlexJS 0.0 */ - public interface IScrollingLayoutParent extends ILayoutParent + public interface IScrollingLayoutParent { /** * The border.