Skip to content

Commit 39de21c

Browse files
committed
ccmain: Remove unused private class member
This fixes a warning from clang. Signed-off-by: Stefan Weil <[email protected]>
1 parent 20e3b21 commit 39de21c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ccmain/osdetect.h

-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ class OrientationDetector {
8787
int get_orientation();
8888
private:
8989
OSResults* osr_;
90-
tesseract::Tesseract* tess_;
9190
const GenericVector<int>* allowed_scripts_;
9291
};
9392

0 commit comments

Comments
 (0)