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