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