Remove post reply management from Sone.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / impl / IdOnlySone.java
index 018ba32..0401a30 100644 (file)
@@ -126,19 +126,6 @@ public class IdOnlySone implements Sone {
        }
 
        @Override
-       public Sone setReplies(Collection<PostReply> replies) {
-               return this;
-       }
-
-       @Override
-       public void addReply(PostReply reply) {
-       }
-
-       @Override
-       public void removeReply(PostReply reply) {
-       }
-
-       @Override
        public Set<String> getLikedPostIds() {
                return emptySet();
        }