removed setRateGame()

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1419 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2002-06-01 23:14:53 +00:00
parent b900adeeeb
commit bce33033d8
@@ -1,5 +1,5 @@
//
// $Id: GameManager.java,v 1.30 2002/06/01 21:21:20 ray Exp $
// $Id: GameManager.java,v 1.31 2002/06/01 23:14:53 ray Exp $
package com.threerings.parlor.game;
@@ -90,16 +90,6 @@ public class GameManager extends PlaceManager
_AIs[pidx] = skill;
}
/**
* Sets whether this game is to be rated. All games are unrated by
* default.
*/
// TODO: obsolete this method? It's used by SailingVessel in the yocode.
public void setRateGame (boolean rated)
{
_gconfig.rated = rated;
}
/**
* Returns an array of the usernames of the players in this game.
*/