mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
remove unuseful code
This commit is contained in:
parent
7c12b228c2
commit
57a687ccf8
@ -192,9 +192,6 @@ void HTMLRenderer::startPage(int pageNum, GfxState *state, XRef * xref)
|
|||||||
<< " " << CSS::PAGE_CONTENT_BOX_CN << pageNum
|
<< " " << CSS::PAGE_CONTENT_BOX_CN << pageNum
|
||||||
<< "\">";
|
<< "\">";
|
||||||
|
|
||||||
/* an empty div to prevent selection blinks */
|
|
||||||
f_pages.fs << "<div></div>";
|
|
||||||
|
|
||||||
if(param.process_nontext)
|
if(param.process_nontext)
|
||||||
{
|
{
|
||||||
f_pages.fs << "<img class=\"" << CSS::BACKGROUND_IMAGE_CN
|
f_pages.fs << "<img class=\"" << CSS::BACKGROUND_IMAGE_CN
|
||||||
|
Loading…
Reference in New Issue
Block a user