Purge the use of the getChatName() hack.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5482 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Mike Thomas
2008-10-29 22:26:56 +00:00
parent 815f7b5b44
commit f511469901
4 changed files with 4 additions and 13 deletions
@@ -86,15 +86,6 @@ public class BodyObject extends ClientObject
return username;
}
/**
* Returns the name that should be used for the chat system. The default is to use {@link
* #username}.
*/
public Name getChatName ()
{
return getVisibleName();
}
/**
* Creates a blank occupant info instance that will used to publish information about the
* various bodies occupying a place.