From 80477e64bac48073996efe257063fb7af18edeae Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Wed, 24 Feb 2010 01:30:39 +0000 Subject: [PATCH] No, comment, that ISN'T needed git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@890 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/java/com/threerings/media/animation/ScaleAnimation.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/java/com/threerings/media/animation/ScaleAnimation.java b/src/java/com/threerings/media/animation/ScaleAnimation.java index 1dcebc23..195ae38a 100644 --- a/src/java/com/threerings/media/animation/ScaleAnimation.java +++ b/src/java/com/threerings/media/animation/ScaleAnimation.java @@ -62,7 +62,6 @@ public class ScaleAnimation extends Animation _center = new Point(center); _startScale = startScale; _endScale = endScale; - _duration = duration; // Hack the LinearTimeFunction to use fixed point rationals // @@ -175,10 +174,6 @@ public class ScaleAnimation extends Animation /** The center pixel to render the image around. */ protected Point _center; - /** The amount of time the animation should last. */ - //XXX Is this needed? - protected long _duration; - /** The amount to scale the image at the start of the animation. */ protected float _startScale;