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 cc94cc79a21b225a7cb9d9ab8aa77f862ed1a223 Author: Alex Harui <[email protected]> AuthorDate: Sun Dec 2 22:23:34 2018 -0800 don't need this after all of the other refactoring --- .../DataItemRendererFactoryForICollectionViewData.as | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/DataItemRendererFactoryForICollectionViewData.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/DataItemRendererFactoryForICollectionViewData.as index cdfb917..21fbcfb 100644 --- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/DataItemRendererFactoryForICollectionViewData.as +++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/DataItemRendererFactoryForICollectionViewData.as @@ -72,23 +72,6 @@ package mx.controls.listClasses { super(); } - - private var _strand:IStrand; - - /** - * @copy org.apache.royale.core.IBead#strand - * - * @langversion 3.0 - * @playerversion Flash 10.2 - * @playerversion AIR 2.6 - * @productversion Royale 0.0 - */ - override public function set strand(value:IStrand):void - { - _strand = value; - - super.strand = value; - } /** * @private
