From 556c9024b8fbfe1791ad68fbfbde50b99be4d0da Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sun, 29 Jun 2008 12:44:57 +0000 Subject: [PATCH] Nixed unused imports. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5209 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../com/threerings/presents/peer/server/PeerAuthenticator.java | 2 -- src/java/com/threerings/presents/peer/server/PeerNode.java | 2 -- 2 files changed, 4 deletions(-) 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;