Commented out upstream methods for classes that will never use them.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@71 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2006-09-11 20:19:25 +00:00
parent cbdc73381c
commit 854986f4fc
7 changed files with 378 additions and 354 deletions
@@ -32,9 +32,9 @@ public interface ScenedBodyObject
*/
function getSceneId () :int;
/**
* Sets the scene id currently occupied by this body.
*/
function setSceneId (sceneId :int) :void;
// /**
// * Sets the scene id currently occupied by this body.
// */
// function setSceneId (sceneId :int) :void;
}
}