Nix unread variable.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5582 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -79,8 +79,6 @@ public class LocationManager
|
|||||||
public PlaceConfig moveTo (BodyObject source, int placeOid)
|
public PlaceConfig moveTo (BodyObject source, int placeOid)
|
||||||
throws InvocationException
|
throws InvocationException
|
||||||
{
|
{
|
||||||
int bodoid = source.getOid();
|
|
||||||
|
|
||||||
// make sure the place in question actually exists
|
// make sure the place in question actually exists
|
||||||
PlaceManager pmgr = _plreg.getPlaceManager(placeOid);
|
PlaceManager pmgr = _plreg.getPlaceManager(placeOid);
|
||||||
if (pmgr == null) {
|
if (pmgr == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user