Commented out upstream methods for classes that will never use them.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4367 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -264,9 +264,10 @@ public class DObject // extends EventDispatcher
|
||||
}
|
||||
|
||||
// documentation inherited from interface Streamable
|
||||
public function writeObject (out :ObjectOutputStream) :void
|
||||
public final function writeObject (out :ObjectOutputStream) :void
|
||||
{
|
||||
out.writeInt(_oid);
|
||||
throw new Error();
|
||||
// out.writeInt(_oid);
|
||||
}
|
||||
|
||||
// documentation inherited from interface Streamable
|
||||
|
||||
Reference in New Issue
Block a user