This is an automated email from the ASF dual-hosted git repository.
alinakazi pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
new 0135fa4 Update Effect
0135fa4 is described below
commit 0135fa4573eb9999c95104f5b3644246cf8590b4
Author: alinakazi <[email protected]>
AuthorDate: Wed Aug 29 15:02:40 2018 +0500
Update Effect
undo last pull request changes
---
.../projects/MXRoyale/src/main/royale/mx/effects/Effect.as | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Effect.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Effect.as
index dcea7c5..df65525 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Effect.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Effect.as
@@ -74,18 +74,7 @@ public class Effect extends org.apache.royale.effects.Effect
{
}
-
//--------------------------------------------------------------------------
- // duration
-
//--------------------------------------------------------------------------
-
- public function get duration():Number
- {
- return 0;
- }
- public function set duration(value:Number):void
- {
-
- }
+
}