From ae8341de04ce49d8eaf9204d4345ed4d60104bc4 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Tue, 20 Nov 2007 00:54:06 +0000 Subject: [PATCH] Removed unused isPartyGame(). (Now things use getMatchType()). git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@504 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/as/com/threerings/ezgame/data/EZGameConfig.as | 6 ------ 1 file changed, 6 deletions(-) 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 {