Move format into metadata.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / data / Source.java
index 270a8bf..7bb10bd 100644 (file)
@@ -29,13 +29,6 @@ import java.io.IOException;
 public interface Source {
 
        /**
-        * Returns the format of this source.
-        *
-        * @return The format of this source
-        */
-       Format format();
-
-       /**
         * Returns the metadata of this source.
         *
         * @return The metadata of this source