From 5b1b22b9559e01d1dcb5ca9a7955eb9cf4fab1e0 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Tue, 22 Apr 2008 17:59:52 +0000 Subject: [PATCH] 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 --- src/as/com/threerings/presents/dobj/DEvent.as | 29 ------------------- 1 file changed, 29 deletions(-) diff --git a/src/as/com/threerings/presents/dobj/DEvent.as b/src/as/com/threerings/presents/dobj/DEvent.as index 71a3363e9..af27ee0c4 100644 --- a/src/as/com/threerings/presents/dobj/DEvent.as +++ b/src/as/com/threerings/presents/dobj/DEvent.as @@ -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 - } -} -*/