This is an automated email from the ASF dual-hosted git repository. carlosrovira pushed a commit to branch feature/jewel-ui-set in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit b165856dd7096e3970c21cd5d69d97a000cff612 Author: Carlos Rovira <[email protected]> AuthorDate: Thu Mar 15 14:15:51 2018 +0100 remove JewelThemeFontInject --- .../src/main/royale/JewelThemeClasses.as | 5 +-- .../apache/royale/jewel/JewelThemeFontInject.as | 46 ---------------------- 2 files changed, 1 insertion(+), 50 deletions(-) diff --git a/frameworks/themes/JewelTheme/src/main/royale/JewelThemeClasses.as b/frameworks/themes/JewelTheme/src/main/royale/JewelThemeClasses.as index 3e88523..20662dc 100644 --- a/frameworks/themes/JewelTheme/src/main/royale/JewelThemeClasses.as +++ b/frameworks/themes/JewelTheme/src/main/royale/JewelThemeClasses.as @@ -27,10 +27,7 @@ package */ internal class JewelThemeClasses { - COMPILE::JS - { - import org.apache.royale.jewel.JewelThemeFontInject; JewelThemeFontInject; - } + } } \ No newline at end of file diff --git a/frameworks/themes/JewelTheme/src/main/royale/org/apache/royale/jewel/JewelThemeFontInject.as b/frameworks/themes/JewelTheme/src/main/royale/org/apache/royale/jewel/JewelThemeFontInject.as deleted file mode 100644 index 9d5f913..0000000 --- a/frameworks/themes/JewelTheme/src/main/royale/org/apache/royale/jewel/JewelThemeFontInject.as +++ /dev/null @@ -1,46 +0,0 @@ -//////////////////////////////////////////////////////////////////////////////// -// -// Licensed to the Apache Software Foundation (ASF) under one or more -// contributor license agreements. See the NOTICE file distributed with -// this work for additional information regarding copyright ownership. -// The ASF licenses this file to You under the Apache License, Version 2.0 -// (the "License"); you may not use this file except in compliance with -// the License. You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -//////////////////////////////////////////////////////////////////////////////// -package org.apache.royale.jewel -{ - - /** - * @private - * This class is used to link the font in html - */ - public class JewelThemeFontInject - { - /** - * constructor. - * - * <inject_html> - * <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> - * </inject_html> - * - * @langversion 3.0 - * @playerversion Flash 10.2 - * @playerversion AIR 2.6 - * @productversion Royale 0.9.2 - */ - public function JewelThemeFontInject() - { - super(); - } - } - -} \ No newline at end of file -- To stop receiving notification emails like this one, please contact [email protected].
