Move method to remove image from Album to Image.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Album.java
index ea5365e..5b9d368 100644 (file)
@@ -158,14 +158,6 @@ public interface Album extends Identified, Fingerprintable {
        List<Image> getImages();
 
        /**
-        * Removes the given image from this album.
-        *
-        * @param image
-        *              The image to remove
-        */
-       void removeImage(Image image);
-
-       /**
         * Moves the given image up in this album’s images. If the image is already the
         * first image, nothing happens.
         *