PhotoPage: remove obsolete is_asset_owner property

This commit is contained in:
Aaron van Geffen 2023-11-11 15:36:10 +01:00
parent 0c13a39d04
commit e63307d474
1 changed files with 0 additions and 6 deletions

View File

@ -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();