Remove old code to deal with single page only things

This commit is contained in:
James R. Barlow
2018-05-25 00:32:55 -07:00
parent 6d0461435f
commit 59e786eb3c
-3
View File
@@ -557,9 +557,6 @@ def _pdf_get_pageinfo(pdf, pageno: int, infile):
pageinfo['pageno'] = pageno
pageinfo['images'] = []
if isinstance(pdf, (Path, str)):
pdf = pikepdf.open(pdf)
page = pdf.pages[pageno]
if fitz: