Remove unused method.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 8 Nov 2013 06:56:41 +0000 (07:56 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 28 Feb 2014 21:25:59 +0000 (22:25 +0100)
src/main/java/net/pterodactylus/sone/freenet/wot/WebOfTrustConnector.java

index 07628e3..a109136 100644 (file)
@@ -113,20 +113,6 @@ public class WebOfTrustConnector {
 
        /**
         * Loads all identities that the given identities trusts with a score of
 
        /**
         * Loads all identities that the given identities trusts with a score of
-        * more than 0.
-        *
-        * @param ownIdentity
-        *            The own identity
-        * @return All trusted identities
-        * @throws PluginException
-        *             if an error occured talking to the Web of Trust plugin
-        */
-       public Set<Identity> loadTrustedIdentities(OwnIdentity ownIdentity) throws PluginException {
-               return loadTrustedIdentities(ownIdentity, null);
-       }
-
-       /**
-        * Loads all identities that the given identities trusts with a score of
         * more than 0 and the (optional) given context.
         *
         * @param ownIdentity
         * more than 0 and the (optional) given context.
         *
         * @param ownIdentity