Nix unused imports

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6037 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2010-02-10 20:32:49 +00:00
parent 3aff1b60b9
commit 3414612462
2 changed files with 0 additions and 2 deletions
@@ -45,7 +45,6 @@ import com.threerings.presents.peer.data.NodeObject;
import com.threerings.presents.peer.server.PeerManager;
import com.threerings.presents.peer.server.PeerNode;
import com.threerings.presents.server.InvocationException;
import com.threerings.presents.server.InvocationManager;
import com.threerings.presents.server.PresentsSession;
import com.threerings.crowd.chat.client.ChatService;
@@ -24,7 +24,6 @@ package com.threerings.presents.server.net;
import java.io.IOException;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.ClientDObjectMgr;
import com.threerings.presents.client.ClientObserver;
import com.threerings.presents.client.Communicator;
import com.threerings.presents.client.ObserverOps;