Commented out verbose logging. Minor clean-up.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@850 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2002-01-11 16:53:34 +00:00
parent aa574a8182
commit e78607da60
3 changed files with 12 additions and 19 deletions
@@ -1,5 +1,5 @@
//
// $Id: BobbleAnimation.java,v 1.1 2002/01/11 16:17:33 shaper Exp $
// $Id: BobbleAnimation.java,v 1.2 2002/01/11 16:53:34 shaper Exp $
package com.threerings.media.animation;
@@ -42,10 +42,6 @@ public class BobbleAnimation extends Animation
// calculate animation ending time
_end = System.currentTimeMillis() + length;
// calculate the dirty rectangle bounds
int wid = image.getWidth(null), hei = image.getHeight(null);
// _bounds = new Rectangle(sx - rx, sy - ry, sx + wid + rx, sy + hei + ry);
}
// documentation inherited