Remove single style specification.
[demoscenemusic.git] / src / main / java / net / pterodactylus / demoscenemusic / data / AbstractTrack.java
index c83380e..77e625f 100644 (file)
@@ -41,15 +41,6 @@ public abstract class AbstractTrack extends Base implements Track {
                return this;
        }
 
-       public String style() {
-               return style;
-       }
-
-       public Track style(String style) {
-               this.style = style;
-               return this;
-       }
-
        public abstract Artist artist();
 
        public abstract Track artist(Artist artist);