Index: core/src/fpdftext/fpdf_text_search.cpp |
diff --git a/core/src/fpdftext/fpdf_text_search.cpp b/core/src/fpdftext/fpdf_text_search.cpp |
index 8c81ad9f66495bacb470f140ce1f924f842993a6..3bd64503035ac7630a5fa29455d9ad5b92e21284 100644 |
--- a/core/src/fpdftext/fpdf_text_search.cpp |
+++ b/core/src/fpdftext/fpdf_text_search.cpp |
@@ -136,13 +136,9 @@ int FPDFText_ProcessInterObj(const CPDF_TextObject* pPrevObj, const CPDF_TextObj |
} |
FX_BOOL CPDF_TextStream::ProcessObject(const CPDF_TextObject* pObj, FX_BOOL bFirstLine) |
{ |
- if(pObj->m_Bottom > 380 && pObj->m_Left < 45 && pObj->m_Top < 402) { |
- int i = 0; |
- } |
CPDF_Font* pFont = pObj->GetFont(); |
CFX_AffineMatrix matrix; |
pObj->GetTextMatrix(&matrix); |
- FX_FLOAT fs = pObj->GetFontSize(); |
int item_index = 0; |
if (m_pLastObj) { |
int result = FPDFText_ProcessInterObj(m_pLastObj, pObj); |