diff --git a/src/display/api.js b/src/display/api.js index 2599052c5..d761505da 100644 --- a/src/display/api.js +++ b/src/display/api.js @@ -1063,14 +1063,6 @@ var PDFPageProxy = (function PDFPageProxyClosure() { return Promise.all(waitOn); }, - /** - * Cleans up resources allocated by the page. (deprecated) - */ - destroy() { - deprecated('page destroy method, use cleanup() instead'); - this.cleanup(); - }, - /** * Cleans up resources allocated by the page. */