Skip to content

Commit

Permalink
ccmain: Remove unused private class member
Browse files Browse the repository at this point in the history
This fixes a warning from clang.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Nov 10, 2015
1 parent 20e3b21 commit 39de21c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ccmain/osdetect.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ class OrientationDetector {
int get_orientation();
private:
OSResults* osr_;
tesseract::Tesseract* tess_;
const GenericVector<int>* allowed_scripts_;
};

Expand Down

0 comments on commit 39de21c

Please sign in to comment.