Remove obsolete fields imageDisplayedCount and metadataDisplayedCount

Bug: T77349
Change-Id: Ie553107c33f24b26571ebd93e2458b4878c09f3b
This commit is contained in:
Simon Legner 2024-06-13 22:25:03 +02:00
parent 33f327dc69
commit bc63438a16

View file

@ -115,20 +115,6 @@ class MultimediaViewer {
*/
this.ui = new LightboxInterface();
/**
* How many sharp images have been displayed in Media Viewer since the pageload
*
* @property {number}
*/
this.imageDisplayedCount = 0;
/**
* How many data-filled metadata panels have been displayed in Media Viewer since the pageload
*
* @property {number}
*/
this.metadataDisplayedCount = 0;
/** @property {string} documentTitle base document title, MediaViewer will expand this */
this.documentTitle = document.title;