diff --git a/src/as/com/threerings/crowd/data/PlaceObject.as b/src/as/com/threerings/crowd/data/PlaceObject.as index d0b17557f..548c290c7 100644 --- a/src/as/com/threerings/crowd/data/PlaceObject.as +++ b/src/as/com/threerings/crowd/data/PlaceObject.as @@ -29,7 +29,6 @@ import com.threerings.io.ObjectOutputStream; import com.threerings.presents.dobj.DObject; import com.threerings.presents.dobj.DSet; -import com.threerings.presents.dobj.DSet_Entry; import com.threerings.presents.dobj.OidList; import com.threerings.crowd.chat.data.SpeakMarshaller; diff --git a/src/as/com/threerings/io/Streamer.as b/src/as/com/threerings/io/Streamer.as index 02ff7876c..267a470f1 100644 --- a/src/as/com/threerings/io/Streamer.as +++ b/src/as/com/threerings/io/Streamer.as @@ -35,7 +35,6 @@ import com.threerings.io.streamers.FloatStreamer; import com.threerings.io.streamers.IntegerStreamer; import com.threerings.io.streamers.LongStreamer; import com.threerings.io.streamers.NumberStreamer; -import com.threerings.io.streamers.ShortStreamer; import com.threerings.io.streamers.StringStreamer; public class Streamer