Repository: flex-asjs Updated Branches: refs/heads/refactor-sprite a95d4e3f3 -> edc1cc2ae
Removed extra import Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/edc1cc2a Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/edc1cc2a Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/edc1cc2a Branch: refs/heads/refactor-sprite Commit: edc1cc2aea029ab2c0a857382d49a70a5fc42bee Parents: a95d4e3 Author: Harbs <[email protected]> Authored: Thu Aug 4 16:55:12 2016 +0300 Committer: Harbs <[email protected]> Committed: Thu Aug 4 16:55:12 2016 +0300 ---------------------------------------------------------------------- .../src/main/flex/org/apache/flex/html/beads/ImageButtonView.as | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/edc1cc2a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/ImageButtonView.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/ImageButtonView.as b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/ImageButtonView.as index 9f67971..46d55a1 100644 --- a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/ImageButtonView.as +++ b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/ImageButtonView.as @@ -29,8 +29,6 @@ COMPILE::SWF { import org.apache.flex.core.UIButtonBase; } - - import flash.display.SimpleButton; import org.apache.flex.core.BeadViewBase; import org.apache.flex.core.IBead;
