1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 08:38:39 +00:00

remove unuseful code

This commit is contained in:
Lu Wang 2013-05-06 19:54:29 +08:00
parent 7c12b228c2
commit 57a687ccf8

View File

@ -192,9 +192,6 @@ void HTMLRenderer::startPage(int pageNum, GfxState *state, XRef * xref)
<< " " << CSS::PAGE_CONTENT_BOX_CN << pageNum
<< "\">";
/* an empty div to prevent selection blinks */
f_pages.fs << "<div></div>";
if(param.process_nontext)
{
f_pages.fs << "<img class=\"" << CSS::BACKGROUND_IMAGE_CN