Skip to content

Commit

Permalink
Revert "Fix CID 1396172 (Uninitialized members)"
Browse files Browse the repository at this point in the history
This reverts commit cbd09de.
The variable can be removed as it is not used.

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Oct 16, 2018
1 parent cbd09de commit d89ec15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/pdfrenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ TessPDFRenderer::TessPDFRenderer(const char *outputbase, const char *datadir,
datadir_(datadir) {
obj_ = 0;
textonly_ = textonly;
jpg_quality_ = 85;
offsets_.push_back(0);
}

Expand Down

0 comments on commit d89ec15

Please sign in to comment.