Remove the deprecated PDFLinkService.navigateTo-method (PR 12440 follow-up)

This method has been deprecated in two releases now, hence we shouldn't need to keep this code around.
This commit is contained in:
Jonas Jenwald 2021-04-06 13:07:38 +02:00
parent b2758c3023
commit 92ec10bfca

View File

@ -107,16 +107,6 @@ class PDFLinkService {
this.pdfViewer.pagesRotation = value;
}
/**
* @deprecated
*/
navigateTo(dest) {
console.error(
"Deprecated method: `navigateTo`, use `goToDestination` instead."
);
this.goToDestination(dest);
}
/**
* @private
*/