Repository: flex-asjs Updated Branches: refs/heads/develop b85501827 -> 701f2f54b
Remove unused imports Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/701f2f54 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/701f2f54 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/701f2f54 Branch: refs/heads/develop Commit: 701f2f54b33af2559800e41cbbde259d6b542507 Parents: b855018 Author: piotrz <[email protected]> Authored: Mon May 1 16:18:51 2017 +0200 Committer: piotrz <[email protected]> Committed: Mon May 1 16:18:51 2017 +0200 ---------------------------------------------------------------------- .../Core/src/main/flex/org/apache/flex/utils/CSSBorderUtils.as | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/701f2f54/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/CSSBorderUtils.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/CSSBorderUtils.as b/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/CSSBorderUtils.as index 25c9d08..3c67c1b 100644 --- a/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/CSSBorderUtils.as +++ b/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/CSSBorderUtils.as @@ -20,12 +20,8 @@ package org.apache.flex.utils { import flash.display.DisplayObject; import flash.display.Graphics; - - import org.apache.flex.core.IStatesObject; - import org.apache.flex.core.IUIBase; + import org.apache.flex.core.ValuesManager; - import org.apache.flex.utils.SolidBorderUtil; - import org.apache.flex.utils.StringTrimmer; /** * The CSSBorderUtils class is shared code for getting the styles
