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:
Ray Greenwell
2006-09-11 20:19:11 +00:00
parent bb40bd533a
commit f4e7fd73f6
5 changed files with 188 additions and 187 deletions
@@ -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