Lose the magic circle.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1478 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-06-18 23:34:34 +00:00
parent 1f5cfa6f4c
commit 30071e79c2
@@ -1,5 +1,5 @@
//
// $Id: VirtualMediaPanel.java,v 1.1 2002/06/18 22:25:33 mdb Exp $
// $Id: VirtualMediaPanel.java,v 1.2 2002/06/18 23:34:34 mdb Exp $
package com.threerings.media;
@@ -185,9 +185,6 @@ public class VirtualMediaPanel extends MediaPanel
// now do the actual painting
super.paint(gfx, dirty);
gfx.setColor(java.awt.Color.white);
gfx.drawOval(_tx, _tx, 10, 10);
// translate back out of happy space
gfx.translate(_tx, _ty);
}