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 2022/01/02 10:52:19 UTC

[royale-asjs] 01/02: Already handled in GroupBase

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

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

commit c05b811c60c7105fecd0f43c48214059df95a9bd
Author: Harbs <ha...@in-tools.com>
AuthorDate: Sun Jan 2 12:31:23 2022 +0200

    Already handled in GroupBase
---
 .../Basic/src/main/royale/org/apache/royale/html/ControlBar.as   | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/ControlBar.as b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/ControlBar.as
index d1f22a8..c877f0c 100644
--- a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/ControlBar.as
+++ b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/ControlBar.as
@@ -66,15 +66,6 @@ package org.apache.royale.html
 			typeNames = "ControlBar";
 		}
 
-		/**
-		 * @private
-		 */
-		override public function addedToParent():void
-		{
-			super.addedToParent();
-			loadBeadFromValuesManager(IBeadLayout, "iBeadLayout", this);
-		}
-
         /**
          * @royaleignorecoercion org.apache.royale.core.WrappedHTMLElement
          */