X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2FCoreListener.java;h=f2ec67a3183166329530885482064bda8bdd0852;hb=f3c7033028be33ed8b4bca8d67a2979a3cd7d18d;hp=fea874bcd15ec1e81a8ac8973cee4aa1d2d3629f;hpb=45bec66b94d51f9f6f896fe3705274c7890a2ed6;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/core/CoreListener.java b/src/main/java/net/pterodactylus/sone/core/CoreListener.java index fea874b..f2ec67a 100644 --- a/src/main/java/net/pterodactylus/sone/core/CoreListener.java +++ b/src/main/java/net/pterodactylus/sone/core/CoreListener.java @@ -34,22 +34,6 @@ import net.pterodactylus.util.version.Version; public interface CoreListener extends EventListener { /** - * Notifies a listener that the given post is now marked as known. - * - * @param post - * The known post - */ - public void markPostKnown(Post post); - - /** - * Notifies a listener that the given reply is now marked as known. - * - * @param reply - * The known reply - */ - public void markReplyKnown(PostReply reply); - - /** * Notifies a listener that the given Sone was removed. * * @param sone