Skip to content

Commit ca16a08

Browse files
committed
Removed dead TODO
1 parent 9b604b1 commit ca16a08

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

api/pdfrenderer.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -709,11 +709,6 @@ bool TessPDFRenderer::imageToPDFObj(Pix *pix,
709709
L_COMP_DATA *cid = NULL;
710710
const int kJpegQuality = 85;
711711

712-
// TODO(jbreiden) Leptonica 1.71 doesn't correctly handle certain
713-
// types of PNG files, especially if there are 2 samples per pixel.
714-
// We can get rid of this logic after Leptonica 1.72 is released and
715-
// has propagated everywhere. Bug discussion as follows.
716-
// https://code.google.com/p/tesseract-ocr/issues/detail?id=1300
717712
int format, sad;
718713
findFileFormat(filename, &format);
719714
if (pixGetSpp(pix) == 4 && format == IFF_PNG) {

0 commit comments

Comments
 (0)