From e63307d4741c80c32b92df45c3753ec7ba3e7d2c Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Sat, 11 Nov 2023 15:36:10 +0100 Subject: [PATCH] PhotoPage: remove obsolete is_asset_owner property --- templates/PhotoPage.php | 6 ------ 1 file changed, 6 deletions(-) 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();