From a4d5a9fa9d548d12004deb783a3f00ca11c2f9e2 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Wed, 16 Aug 2006 18:41:31 +0000 Subject: [PATCH] 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 --- src/as/com/threerings/parlor/turn/data/TurnGameObject.as | 6 ------ 1 file changed, 6 deletions(-) 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