mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Remove dead code from PDFThumbnailView
This commit is contained in:
parent
b7041f81f4
commit
777d69b52e
1 changed files with 0 additions and 4 deletions
|
@ -195,10 +195,6 @@ var PDFThumbnailView = (function PDFThumbnailViewClosure() {
|
|||
return canvas.getContext('2d');
|
||||
},
|
||||
|
||||
drawingRequired: function PDFThumbnailView_drawingRequired() {
|
||||
return !this.hasImage;
|
||||
},
|
||||
|
||||
draw: function PDFThumbnailView_draw() {
|
||||
if (this.renderingState !== RenderingStates.INITIAL) {
|
||||
console.error('Must be in new state before drawing');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue