From 011ce82736b8e1e0f9dcdd8fef3bd052a59e8124 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 8 Dec 2008 19:01:27 +0000 Subject: [PATCH] Nix unused import. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@789 c613c5cb-e716-0410-b11b-feb51c14d237 --- .../com/threerings/whirled/spot/server/SpotSceneManager.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/java/com/threerings/whirled/spot/server/SpotSceneManager.java b/src/java/com/threerings/whirled/spot/server/SpotSceneManager.java index b1a7e9cd..7c8f3da8 100644 --- a/src/java/com/threerings/whirled/spot/server/SpotSceneManager.java +++ b/src/java/com/threerings/whirled/spot/server/SpotSceneManager.java @@ -34,7 +34,6 @@ import com.threerings.presents.server.InvocationException; import com.threerings.crowd.chat.data.UserMessage; import com.threerings.crowd.chat.server.SpeakUtil; import com.threerings.crowd.data.BodyObject; -import com.threerings.crowd.data.OccupantInfo; import com.threerings.crowd.server.PlaceRegistry; import com.threerings.whirled.server.SceneManager;