You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/10/02 00:52:04 UTC

[royale-asjs] 04/04: don't need this. Jewel builds it in

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

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

commit 2fa4e998afd9331d23ac7961329005ca80158d01
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Oct 1 17:51:38 2018 -0700

    don't need this.  Jewel builds it in
---
 examples/royale/RemoteObjectAMFTest/src/main/royale/App.mxml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/examples/royale/RemoteObjectAMFTest/src/main/royale/App.mxml b/examples/royale/RemoteObjectAMFTest/src/main/royale/App.mxml
index a29b94e..86c3a4d 100644
--- a/examples/royale/RemoteObjectAMFTest/src/main/royale/App.mxml
+++ b/examples/royale/RemoteObjectAMFTest/src/main/royale/App.mxml
@@ -25,10 +25,6 @@ limitations under the License.
 
     <fx:Style source="../../main/resources/styles.css"/>
 
-    <j:valuesImpl>
-        <js:SimpleCSSValuesImpl />
-    </j:valuesImpl>
-
     <fx:Script>
 		<![CDATA[
 			import org.apache.royale.net.events.FaultEvent;