Removed some unused imports, preparing for addition of more vilya/whirled dependencies to abc build

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5123 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Jamie Doornbos
2008-05-23 05:17:02 +00:00
parent 35955cc701
commit 684d6f9efc
5 changed files with 4 additions and 11 deletions
@@ -22,7 +22,6 @@
package com.threerings.crowd.chat.client {
import com.threerings.util.Name;
import com.threerings.util.ResultAdapter;
import com.threerings.util.ResultListener;
import com.threerings.util.StringUtil;
@@ -26,9 +26,6 @@ import com.threerings.presents.data.Permission;
import com.threerings.crowd.data.BodyObject;
import com.threerings.crowd.chat.client.ChatDirector;
import com.threerings.crowd.chat.client.SpeakService;
/**
* Contains codes used by the chat invocation services.
*/