From dd573b82a5aa62a806c535edd6c5afde0f1045bf Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 29 Apr 2009 21:49:29 +0000 Subject: [PATCH] Whatdya know. WDNI. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@826 c613c5cb-e716-0410-b11b-feb51c14d237 --- .../com/threerings/parlor/game/client/GameController.as | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/as/com/threerings/parlor/game/client/GameController.as b/src/as/com/threerings/parlor/game/client/GameController.as index 7e7a0e53..018d9e1b 100644 --- a/src/as/com/threerings/parlor/game/client/GameController.as +++ b/src/as/com/threerings/parlor/game/client/GameController.as @@ -29,7 +29,6 @@ import com.threerings.presents.dobj.AttributeChangedEvent; import com.threerings.crowd.client.PlaceController; import com.threerings.crowd.data.BodyObject; -import com.threerings.crowd.data.OccupantInfo; import com.threerings.crowd.data.PlaceConfig; import com.threerings.crowd.data.PlaceObject; import com.threerings.crowd.util.CrowdContext; @@ -178,14 +177,6 @@ public /*abstract*/ class GameController extends PlaceController return (_userIder == null) ? 0 : _userIder.getUserId(name); } - /** - * Returns the persistent user id for the supplied occupant info. - */ - public function infoToId (occInfo :OccupantInfo) :int - { - return nameToId(occInfo.username); - } - /** * Returns the unique identifier for the current gameplay session. */