Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Pomax committed Jul 11, 2012
1 parent 46c375b commit 324ada0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Actor.pde
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,6 @@ abstract class Actor extends Positionable {
if (x > lw - w2) { x = lw - w2; }
}

private int __cached_bbox_frame = -1;
private float[] __cached_bbox = null;

/**
* Get the bounding box for this actor
*/
Expand Down

0 comments on commit 324ada0

Please sign in to comment.