From 752642db17ac41274b9364d284ca4e114ce9d7ff Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 31 Mar 2009 01:20:08 +0000 Subject: [PATCH] Nixed more asdoc-killing unused imports. Why these didn't kill my local asdoc but do on the build server, I know not. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5705 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/crowd/chat/client/BroadcastHandler.as | 1 - .../presents/client/InvocationReceiver_Registration.as | 1 - src/as/com/threerings/presents/peer/data/ClientInfo.as | 1 - 3 files changed, 3 deletions(-) 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; /**