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/28 10:27:25 UTC

[royale-asjs] branch develop updated: layoutproxy: remove fake method

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 2eae143  layoutproxy: remove fake method
2eae143 is described below

commit 2eae143e90634204899f0fd85c05e0062996af65
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Aug 28 12:27:12 2020 +0200

    layoutproxy: remove fake method
---
 .../org/apache/royale/html/supportClasses/PanelLayoutProxy.as    | 9 ---------
 .../royale/jewel/supportClasses/wizard/WizardLayoutProxy.as      | 9 ---------
 2 files changed, 18 deletions(-)

diff --git a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/PanelLayoutProxy.as b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/PanelLayoutProxy.as
index b2c5520..f48934a 100644
--- a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/PanelLayoutProxy.as
+++ b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/PanelLayoutProxy.as
@@ -190,15 +190,6 @@ package org.apache.royale.html.supportClasses
         {
             return (host as IContainerBaseStrandChildrenHost).$removeElement(c);
         }
-        
-		/**
-		 * @royaleignorecoercion org.apache.royale.core.UIBase
-		 */
-		COMPILE::JS
-		public function get somethingelse():WrappedHTMLElement
-		{
-			return (host as UIBase).element;
-		}
 
 		/**
 		 * @royaleignorecoercion org.apache.royale.core.UIBase
diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/wizard/WizardLayoutProxy.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/wizard/WizardLayoutProxy.as
index a1060d3..deef222 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/wizard/WizardLayoutProxy.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/wizard/WizardLayoutProxy.as
@@ -190,15 +190,6 @@ package org.apache.royale.jewel.supportClasses.wizard
         {
             return (host as IContainerBaseStrandChildrenHost).$removeElement(c);
         }
-        
-		/**
-		 * @royaleignorecoercion org.apache.royale.core.UIBase
-		 */
-		COMPILE::JS
-		public function get somethingelse():WrappedHTMLElement
-		{
-			return (host as UIBase).element;
-		}
 
 		/**
 		 * @royaleignorecoercion org.apache.royale.core.UIBase