Remove superfluous fetch method
[Sone.git] / src / main / java / net / pterodactylus / sone / core / SoneDownloader.java
index 039faad..161536d 100644 (file)
@@ -17,7 +17,6 @@ import com.google.inject.ImplementedBy;
 public interface SoneDownloader extends Service {
 
        void addSone(Sone sone);
 public interface SoneDownloader extends Service {
 
        void addSone(Sone sone);
-       void fetchSone(Sone sone, FreenetURI soneUri);
        Sone fetchSone(Sone sone, FreenetURI soneUri, boolean fetchOnly);
 
        Runnable fetchSoneWithUriAction(Sone sone);
        Sone fetchSone(Sone sone, FreenetURI soneUri, boolean fetchOnly);
 
        Runnable fetchSoneWithUriAction(Sone sone);