Repository: flex-asjs
Updated Branches:
  refs/heads/develop 10be5b82f -> bc50901e9


Not used


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/bc50901e
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/bc50901e
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/bc50901e

Branch: refs/heads/develop
Commit: bc50901e97d6416a2983272c8f357e9c26592244
Parents: 10be5b8
Author: Harbs <ha...@in-tools.com>
Authored: Sun Aug 6 07:54:29 2017 +0300
Committer: Harbs <ha...@in-tools.com>
Committed: Sun Aug 6 07:54:29 2017 +0300

----------------------------------------------------------------------
 .../src/main/flex/org/apache/flex/text/engine/ITextLine.as     | 1 -
 .../Text/src/main/flex/org/apache/flex/text/html/TextLine.as   | 6 ------
 2 files changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bc50901e/frameworks/projects/Text/src/main/flex/org/apache/flex/text/engine/ITextLine.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/Text/src/main/flex/org/apache/flex/text/engine/ITextLine.as
 
b/frameworks/projects/Text/src/main/flex/org/apache/flex/text/engine/ITextLine.as
index 60b6082..e5020ef 100644
--- 
a/frameworks/projects/Text/src/main/flex/org/apache/flex/text/engine/ITextLine.as
+++ 
b/frameworks/projects/Text/src/main/flex/org/apache/flex/text/engine/ITextLine.as
@@ -34,7 +34,6 @@ package org.apache.flex.text.engine
                function get doubleClickEnabled():Boolean;
                function get hasGraphicElement():Boolean;
                function get hasTabs():Boolean;
-               function get metaData():Object;
                function get nextLine():ITextLine;
                function get previousLine():ITextLine;
                function get rawTextLength():int;

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bc50901e/frameworks/projects/Text/src/main/flex/org/apache/flex/text/html/TextLine.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/Text/src/main/flex/org/apache/flex/text/html/TextLine.as 
b/frameworks/projects/Text/src/main/flex/org/apache/flex/text/html/TextLine.as
index 33d4b22..440ae30 100644
--- 
a/frameworks/projects/Text/src/main/flex/org/apache/flex/text/html/TextLine.as
+++ 
b/frameworks/projects/Text/src/main/flex/org/apache/flex/text/html/TextLine.as
@@ -159,12 +159,6 @@ package org.apache.flex.text.html
                        return false;
                }
                
-               COMPILE::JS
-               public function get metaData():Object
-               {
-                       return null;
-               }
-               
                public function get nextLine():ITextLine
                {
                        return null;

Reply via email to