Move friend-related functionality into the database.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / impl / IdOnlySone.java
index fa7aace..0ef220b 100644 (file)
@@ -126,16 +126,6 @@ public class IdOnlySone implements Sone {
        }
 
        @Override
-       public Sone addFriend(String friendSone) {
-               return this;
-       }
-
-       @Override
-       public Sone removeFriend(String friendSoneId) {
-               return this;
-       }
-
-       @Override
        public List<Post> getPosts() {
                return emptyList();
        }