diff --git a/src/as/com/threerings/crowd/chat/client/BroadcastHandler.as b/src/as/com/threerings/crowd/chat/client/BroadcastHandler.as index 694a081f6..f389388b1 100644 --- a/src/as/com/threerings/crowd/chat/client/BroadcastHandler.as +++ b/src/as/com/threerings/crowd/chat/client/BroadcastHandler.as @@ -23,7 +23,6 @@ package com.threerings.crowd.chat.client { import com.threerings.util.MessageBundle; import com.threerings.util.Name; -import com.threerings.util.ResultListener; import com.threerings.util.StringUtil; import com.threerings.crowd.data.BodyObject; diff --git a/src/as/com/threerings/presents/client/InvocationReceiver_Registration.as b/src/as/com/threerings/presents/client/InvocationReceiver_Registration.as index 02c9851ef..30444d862 100644 --- a/src/as/com/threerings/presents/client/InvocationReceiver_Registration.as +++ b/src/as/com/threerings/presents/client/InvocationReceiver_Registration.as @@ -24,7 +24,6 @@ package com.threerings.presents.client { import com.threerings.io.ObjectInputStream; import com.threerings.io.ObjectOutputStream; -import com.threerings.presents.dobj.DSet; import com.threerings.presents.dobj.DSet_Entry; /** diff --git a/src/as/com/threerings/presents/peer/data/ClientInfo.as b/src/as/com/threerings/presents/peer/data/ClientInfo.as index 882b7f4a8..d6d443c16 100644 --- a/src/as/com/threerings/presents/peer/data/ClientInfo.as +++ b/src/as/com/threerings/presents/peer/data/ClientInfo.as @@ -26,7 +26,6 @@ import com.threerings.io.ObjectOutputStream; import com.threerings.io.SimpleStreamableObject; import com.threerings.util.Name; -import com.threerings.presents.dobj.DSet; import com.threerings.presents.dobj.DSet_Entry; /**