Convert “Sone marked as known” into EventBus-based event.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / CoreListener.java
index 854af8a..fea874b 100644 (file)
@@ -34,14 +34,6 @@ import net.pterodactylus.util.version.Version;
 public interface CoreListener extends EventListener {
 
        /**
-        * Notifies a listener that the given Sone is now marked as known.
-        *
-        * @param sone
-        *            The known Sone
-        */
-       public void markSoneKnown(Sone sone);
-
-       /**
         * Notifies a listener that the given post is now marked as known.
         *
         * @param post