Skip to content

Commit

Permalink
TessPDFRenderer: Remove unused member variable jpg_quality_ (CID 1396…
Browse files Browse the repository at this point in the history
…172)

This fixes a warning from Coverity Scan

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Oct 16, 2018
1 parent d89ec15 commit 32e1e4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/renderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ class TESS_API TessPDFRenderer : public TessResultRenderer {
GenericVector<long int> pages_; // object number for every /Page object
std::string datadir_; // where to find the custom font
bool textonly_; // skip images if set
int jpg_quality_; // set JPEG quality
// Bookkeeping only. DIY = Do It Yourself.
void AppendPDFObjectDIY(size_t objectsize);
// Bookkeeping + emit data.
Expand Down

0 comments on commit 32e1e4b

Please sign in to comment.