We can get rid of our C++ backwards compatibility business now that we've

shipped that to our 1.3 release.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6372 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2010-12-10 18:02:10 +00:00
parent 8c1062894f
commit 82978427ff
3 changed files with 0 additions and 37 deletions
@@ -122,8 +122,6 @@ public class ClientObject extends DObject
super.readObject(ins);
username = Name(ins.readObject());
receivers = DSet(ins.readObject());
// TEMP: read and throw away ClientObject._ignore from the Java side
ins.readObject();
}
protected function createPermissionPolicy () :PermissionPolicy