Removed unused variable.

This commit is contained in:
Michael Spalti
2021-04-02 15:59:36 -07:00
parent 247ae73c64
commit 6f55225aee

View File

@@ -42,7 +42,6 @@ export class MiradorViewerComponent implements OnInit {
* or multi-page thumbnail navigation.
*/
setURL() {
const width = window.innerWidth;
// The path to the REST manifest endpoint.
const manifestApiEndpoint = encodeURIComponent(environment.rest.baseUrl + '/api/iiif/'
+ this.item.id + '/manifest');