mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 14:41:36 +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();
|
int get_orientation();
|
||||||
private:
|
private:
|
||||||
OSResults* osr_;
|
OSResults* osr_;
|
||||||
tesseract::Tesseract* tess_;
|
|
||||||
const GenericVector<int>* allowed_scripts_;
|
const GenericVector<int>* allowed_scripts_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user