Superfluous override.
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/ad4e84bf Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/ad4e84bf Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/ad4e84bf Branch: refs/heads/refactor-sprite Commit: ad4e84bf9e44061de9217c9ff90194c000a9b04c Parents: 24c2fdf Author: yishayw <[email protected]> Authored: Wed Oct 26 18:51:58 2016 +0300 Committer: yishayw <[email protected]> Committed: Wed Oct 26 18:51:58 2016 +0300 ---------------------------------------------------------------------- .../src/main/flex/org/apache/flex/svg/GraphicShape.as | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ad4e84bf/frameworks/projects/Graphics/src/main/flex/org/apache/flex/svg/GraphicShape.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/Graphics/src/main/flex/org/apache/flex/svg/GraphicShape.as b/frameworks/projects/Graphics/src/main/flex/org/apache/flex/svg/GraphicShape.as index ef18d95..06b5585 100644 --- a/frameworks/projects/Graphics/src/main/flex/org/apache/flex/svg/GraphicShape.as +++ b/frameworks/projects/Graphics/src/main/flex/org/apache/flex/svg/GraphicShape.as @@ -36,14 +36,6 @@ package org.apache.flex.svg public class GraphicShape extends UIBase implements IGraphicShape { - COMPILE::SWF - override protected function createElement():IFlexJSElement - { - element = new WrappedSprite(); - element.flexjs_wrapper = this; - return element; - } - private var _fill:IFill; private var _stroke:IStroke;
