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/03/31 13:48:22 UTC

[royale-asjs] branch develop updated: core-iicon: remove material from interface

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 adcc8d5  core-iicon: remove material from interface
adcc8d5 is described below

commit adcc8d5698753df67f168918e68dac7644a847aa
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Mar 31 15:48:15 2020 +0200

    core-iicon: remove material from interface
---
 .../Core/src/main/royale/org/apache/royale/core/IIcon.as      | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IIcon.as b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IIcon.as
index c807bdd..45e08bf 100644
--- a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IIcon.as
+++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IIcon.as
@@ -38,16 +38,5 @@ package org.apache.royale.core
          */
 		function get text():String;
         function set text(value:String):void;
-
-        /**
-         *  Use the Material Icons
-         *
-         *  @langversion 3.0
-         *  @playerversion Flash 10.2
-         *  @playerversion AIR 2.6
-         *  @productversion Royale 0.9.7
-         */
-        function get material():Boolean;
-        function set material(value:Boolean):void;
     }
 }