Remove URL from group.
[demoscenemusic.git] / src / main / java / net / pterodactylus / demoscenemusic / data / Group.java
index 054b303..9c86181 100644 (file)
@@ -43,22 +43,6 @@ public interface Group extends Base {
        public Group setName(String name);
 
        /**
-        * Returns the URL of this group’s website.
-        *
-        * @return The URL of this group’s website
-        */
-       public String getUrl();
-
-       /**
-        * Sets the URL of this group’s website.
-        *
-        * @param url
-        *            The URL of this group’s website
-        * @return This group
-        */
-       public Group setUrl(String url);
-
-       /**
         * Returns all artists belonging to this group.
         *
         * @return All artists belonging to this group