diff --git a/src/java/com/threerings/presents/peer/server/PeerAuthenticator.java b/src/java/com/threerings/presents/peer/server/PeerAuthenticator.java index ef12b9465..cded09d8c 100644 --- a/src/java/com/threerings/presents/peer/server/PeerAuthenticator.java +++ b/src/java/com/threerings/presents/peer/server/PeerAuthenticator.java @@ -23,8 +23,6 @@ package com.threerings.presents.peer.server; import com.samskivert.io.PersistenceException; -import com.samskivert.util.Invoker; - import com.threerings.presents.data.AuthCodes; import com.threerings.presents.net.AuthRequest; diff --git a/src/java/com/threerings/presents/peer/server/PeerNode.java b/src/java/com/threerings/presents/peer/server/PeerNode.java index a8c269167..39284ef9f 100644 --- a/src/java/com/threerings/presents/peer/server/PeerNode.java +++ b/src/java/com/threerings/presents/peer/server/PeerNode.java @@ -31,7 +31,6 @@ import com.threerings.presents.client.Client; import com.threerings.presents.client.ClientObserver; import com.threerings.presents.client.Communicator; import com.threerings.presents.server.PresentsDObjectMgr; -import com.threerings.presents.server.PresentsServer; import com.threerings.presents.dobj.AttributeChangeListener; import com.threerings.presents.dobj.AttributeChangedEvent; @@ -42,7 +41,6 @@ import com.threerings.presents.dobj.Subscriber; import com.threerings.presents.peer.data.NodeObject; import com.threerings.presents.peer.net.PeerBootstrapData; -import com.threerings.presents.peer.net.PeerCreds; import com.threerings.presents.peer.server.persist.NodeRecord; import static com.threerings.presents.Log.log;