diff --git a/src/java/com/threerings/whirled/spot/server/SpotSceneRegistry.java b/src/java/com/threerings/whirled/spot/server/SpotSceneRegistry.java index d5026dc3..8844288c 100644 --- a/src/java/com/threerings/whirled/spot/server/SpotSceneRegistry.java +++ b/src/java/com/threerings/whirled/spot/server/SpotSceneRegistry.java @@ -28,7 +28,6 @@ import com.threerings.util.MessageManager; import com.threerings.util.Name; import com.threerings.presents.data.ClientObject; -import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.server.InvocationException; import com.threerings.presents.server.InvocationManager; @@ -37,7 +36,6 @@ import com.threerings.crowd.chat.data.UserMessage; import com.threerings.crowd.chat.server.SpeakUtil; import com.threerings.crowd.data.BodyObject; -import com.threerings.whirled.client.SceneService; import com.threerings.whirled.data.SceneCodes; import com.threerings.whirled.data.ScenePlace; import com.threerings.whirled.server.SceneRegistry;