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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user