No, comment, that ISN'T needed

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@890 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Dave Hoover
2010-02-24 01:30:39 +00:00
parent 5cfb8d5d0d
commit 80477e64ba
@@ -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;