Removed unused isPartyGame().

(Now things use getMatchType()).


git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@504 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2007-11-20 00:54:06 +00:00
parent 558821cb81
commit ae8341de04
@@ -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
{