Remove post management methods from Sone.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Sone.java
index 2f529cb..2cf8bf6 100644 (file)
@@ -343,23 +343,6 @@ public interface Sone extends Identified, Fingerprintable, Comparable<Sone> {
        List<Post> getPosts();
 
        /**
-        * Adds the given post to this Sone. The post will not be added if its {@link
-        * Post#getSone() Sone} is not this Sone.
-        *
-        * @param post
-        *              The post to add
-        */
-       void addPost(Post post);
-
-       /**
-        * Removes the given post from this Sone.
-        *
-        * @param post
-        *              The post to remove
-        */
-       void removePost(Post post);
-
-       /**
         * Returns all replies this Sone made.
         *
         * @return All replies this Sone made