diff --git a/core/model/Image.php b/core/model/Image.php index 4ba1d7979..66fd350bb 100755 --- a/core/model/Image.php +++ b/core/model/Image.php @@ -448,26 +448,6 @@ class Image extends File { return self::ORIENTATION_SQUARE; } } - - - - // ################### - // DEPRECATED - // ################### - - /** - * @deprecated Use getTag() instead - */ - function Tag() { - return $this->getTag(); - } - - /** - * @deprecated Use getURL() instead - */ - function URL() { - return $this->getURL(); - } } /**