mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Merge pull request #145 from stweil/clean
ccmain: Remove unused private class member
This commit is contained in:
commit
9c13a157d3
@ -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