diff --git a/src/as/com/threerings/ezgame/data/EZGameConfig.as b/src/as/com/threerings/ezgame/data/EZGameConfig.as index f76c4024..9418ab0f 100644 --- a/src/as/com/threerings/ezgame/data/EZGameConfig.as +++ b/src/as/com/threerings/ezgame/data/EZGameConfig.as @@ -105,12 +105,6 @@ public class EZGameConfig extends GameConfig out.writeObject(_gameDef); } - /** Returns true if this is a party game, false otherwise. */ - public function isPartyGame () :Boolean - { - return getMatchType() == PARTY; - } - // from PlaceConfig override public function createController () :PlaceController {