TURN_HOLDER_REPLACED was already moved to TurnGameController in

because constant values cannot be defined in an interface in actionscript.


git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@43 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2006-08-16 18:41:31 +00:00
parent ee4fc4a8db
commit a4d5a9fa9d
@@ -33,12 +33,6 @@ import com.threerings.parlor.game.data.GameObject;
*/ */
public interface TurnGameObject public interface TurnGameObject
{ {
/** A special value used to communicate to the client that the current
* turn holder was replaced (perhaps due to disconnection or departure
* and being replaced by an AI). */
// public static final Name TURN_HOLDER_REPLACED =
// new Name("__TURN_HOLDER_REPLACED__");
/** /**
* Returns the distributed object field name of the * Returns the distributed object field name of the
* <code>turnHolder</code> field in the object that implements this * <code>turnHolder</code> field in the object that implements this