aboutsummaryrefslogtreecommitdiff
path: root/classes/TidypicsAlbum.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/TidypicsAlbum.php')
-rw-r--r--classes/TidypicsAlbum.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/classes/TidypicsAlbum.php b/classes/TidypicsAlbum.php
index 028811e55..e5a8e2c0c 100644
--- a/classes/TidypicsAlbum.php
+++ b/classes/TidypicsAlbum.php
@@ -127,22 +127,6 @@ class TidypicsAlbum extends ElggObject {
}
/**
- * Get the URL for the album cover image
- *
- * @param string $size
- * @return string
- */
- public function getCoverImageURL($size = 'small') {
- $coverGuid = $this->getCoverImageGuid();
- if ($coverGuid) {
- $url = "pg/photos/thumbnail/$coverGuid/$size/";
- } else {
- $url = "mod/tidypics/graphics/empty_album.png";
- }
- return elgg_normalize_url($url);
- }
-
- /**
* Get the GUID of the album cover
*
* @return int