diff --git a/models/PhotoMosaic.php b/models/PhotoMosaic.php index c3cf9cd0..05b25169 100644 --- a/models/PhotoMosaic.php +++ b/models/PhotoMosaic.php @@ -53,16 +53,6 @@ class PhotoMosaic return false; } - public static function getRecentPhotos() - { - return new self(AssetIterator::getByOptions([ - 'tag' => 'photo', - 'order' => 'date_captured', - 'direction' => 'desc', - 'limit' => 15, // worst case: 3 rows * (portrait + 4 thumbs) - ])); - } - public function getRow() { // Fetch the first image...