Unused imports

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6489 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2011-02-10 23:40:20 +00:00
parent 0a5751239f
commit d40dad55fe
3 changed files with 3 additions and 13 deletions
@@ -24,8 +24,6 @@ package com.threerings.presents.net;
import java.security.PrivateKey;
import java.security.PublicKey;
import javax.crypto.Cipher;
import com.threerings.presents.util.SecureUtil;
/**
@@ -22,9 +22,6 @@
package com.threerings.presents.net;
import java.security.PrivateKey;
import java.security.PublicKey;
import javax.crypto.Cipher;
/**
* Used to create a secure channel to the server.