diff --git a/src/as/com/threerings/parlor/turn/data/TurnGameObject.as b/src/as/com/threerings/parlor/turn/data/TurnGameObject.as index 7356014a..68f47aa3 100644 --- a/src/as/com/threerings/parlor/turn/data/TurnGameObject.as +++ b/src/as/com/threerings/parlor/turn/data/TurnGameObject.as @@ -33,12 +33,6 @@ import com.threerings.parlor.game.data.GameObject; */ 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 * turnHolder field in the object that implements this