mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
ccmain: Remove unused private class member
This fixes a warning from clang. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
20e3b21949
commit
39de21c91b
@ -87,7 +87,6 @@ class OrientationDetector {
|
||||
int get_orientation();
|
||||
private:
|
||||
OSResults* osr_;
|
||||
tesseract::Tesseract* tess_;
|
||||
const GenericVector<int>* allowed_scripts_;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user