Removed cruft that long ago was promoted to its own file.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5009 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2008-04-22 17:59:52 +00:00
parent 4a25cc3f46
commit 5b1b22b955
@@ -116,32 +116,3 @@ public /* abstract */ class DEvent
protected static const UNSET_OLD_ENTRY :DSet_Entry = new DummyEntry();
}
}
/*
import com.threerings.presents.dobj.DSet_Entry;
import com.threerings.io.ObjectInputStream;
import com.threerings.io.ObjectOutputStream;
class DummyEntry implements DSet_Entry
{
public function DummyEntry ()
{
}
public function getKey () :Object
{
return null; // dummy
}
public function writeObject (out :ObjectOutputStream) :void
{
// dummy
}
public function readObject (ins :ObjectInputStream) :void
{
// dummy
}
}
*/