Removed unused cruft.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3946 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-03-15 00:31:22 +00:00
parent 82c65b779f
commit ccb77db4fa
@@ -1026,14 +1026,6 @@ public class ChatDirector extends BasicDirector
return (type == null) ? PLACE_CHAT_TYPE : type;
}
/**
* Used to assign unique ids to all speak requests.
*/
protected synchronized int nextRequestId ()
{
return _requestId++;
}
// documentation inherited from interface
protected void fetchServices (Client client)
{
@@ -1245,9 +1237,6 @@ public class ChatDirector extends BasicDirector
/** A history of chat commands. */
protected static ArrayList _history = new ArrayList();
/** Used by {@link #nextRequestId}. */
protected int _requestId;
/** Operation used to filter chat messages. */
protected FilterMessageOp _filterMessageOp = new FilterMessageOp();