Charlie notes that if the old code worked, we can surely eliminate the

setManager call.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6422 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2011-01-06 23:51:56 +00:00
parent bc5303b0fa
commit aff817a70f
@@ -96,7 +96,6 @@ public class PresentsDObjectMgr
// create a dummy object to live as oid zero and use that for some internal event trickery
DObject dummy = new DObject();
dummy.setOid(DUMMY_OID);
dummy.setManager(this);
_objects.put(DUMMY_OID, dummy);
// register a couple of reports with the report manager