diff --git a/templates/PhotoPage.php b/templates/PhotoPage.php index bd9d6582..9554106d 100644 --- a/templates/PhotoPage.php +++ b/templates/PhotoPage.php @@ -12,7 +12,6 @@ class PhotoPage extends Template private $exif; private $previous_photo_url = ''; private $next_photo_url = ''; - private $is_asset_owner = false; public function __construct(Image $photo) { @@ -29,11 +28,6 @@ class PhotoPage extends Template $this->next_photo_url = $url; } - public function setIsAssetOwner($flag) - { - $this->is_asset_owner = $flag; - } - public function html_main() { $this->photoNav();