Remove single style specification.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 17 Apr 2012 20:59:21 +0000 (22:59 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 17 Apr 2012 20:59:21 +0000 (22:59 +0200)
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);