mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-04 01:39:16 +08:00
Remove unused var.
This commit is contained in:
parent
14cf6adda2
commit
40aca00559
@ -475,8 +475,7 @@ class TESS_API Wordrec : public Classify {
|
||||
// This variable is modified by PAGE_RES_IT when iterating over
|
||||
// words to OCR on the page.
|
||||
WERD_CHOICE *prev_word_best_choice_;
|
||||
// Sums of blame reasons computed by the blamer.
|
||||
GenericVector<int> blame_reasons_;
|
||||
|
||||
// Function used to fill char choice lattices.
|
||||
void (Wordrec::*fill_lattice_)(const MATRIX &ratings,
|
||||
const WERD_CHOICE_LIST &best_choices,
|
||||
|
Loading…
Reference in New Issue
Block a user