🔥 Remove setKnown() method from replies
[Sone.git] / src / main / java / net / pterodactylus / sone / database / memory / MemoryPostReply.java
index ef21a75..5764622 100644 (file)
@@ -124,15 +124,6 @@ class MemoryPostReply implements PostReply {
                return database.isPostReplyKnown(this);
        }
 
-       /**
-        * {@inheritDocs}
-        */
-       @Override
-       public PostReply setKnown(boolean known) {
-               database.setPostReplyKnown(this, known);
-               return this;
-       }
-
        //
        // POSTREPLY METHODS
        //