You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2013/10/11 08:45:58 UTC

[04/11] git commit: [flex-sdk] [refs/heads/release4.11.0] - Revert "Falcon caught a missing import"

Revert "Falcon caught a missing import"

This reverts commit 61d5ee46adc8b2b863c2488ee8276fcfea9a7de6.

Turns out we don't need this change.  Falcon needed a different set of default imports.


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

Branch: refs/heads/release4.11.0
Commit: 05833f886719639fc43dfab6a365a369f3112c00
Parents: e8a1d84
Author: Alex Harui <ah...@apache.org>
Authored: Tue Sep 3 12:47:06 2013 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Oct 10 23:18:36 2013 -0700

----------------------------------------------------------------------
 .../tests/basicTests/graphics/scripts/GraphicsTagsTestScript.mxml   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/05833f88/frameworks/tests/basicTests/graphics/scripts/GraphicsTagsTestScript.mxml
----------------------------------------------------------------------
diff --git a/frameworks/tests/basicTests/graphics/scripts/GraphicsTagsTestScript.mxml b/frameworks/tests/basicTests/graphics/scripts/GraphicsTagsTestScript.mxml
index b64bf68..5247339 100644
--- a/frameworks/tests/basicTests/graphics/scripts/GraphicsTagsTestScript.mxml
+++ b/frameworks/tests/basicTests/graphics/scripts/GraphicsTagsTestScript.mxml
@@ -38,7 +38,6 @@
     <mx:Script>
         <![CDATA[
             import mx.graphics.*;
-			import spark.filters.*;
             import spark.primitives.*;
             import spark.primitives.supportClasses.*;