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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user