mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-13 07:59:04 +08:00
Remove unused variable
This commit is contained in:
parent
83019bdcd3
commit
a2e72f258a
@ -56,7 +56,6 @@ void Textord::to_spacing(
|
|||||||
//estimated width of non space gaps for whole block
|
//estimated width of non space gaps for whole block
|
||||||
int16_t block_non_space_gap_width;
|
int16_t block_non_space_gap_width;
|
||||||
bool old_text_ord_proportional;//old fixed/prop result
|
bool old_text_ord_proportional;//old fixed/prop result
|
||||||
GAPMAP *gapmap = nullptr; //map of big vert gaps in blk
|
|
||||||
|
|
||||||
block_it.set_to_list (blocks);
|
block_it.set_to_list (blocks);
|
||||||
block_index = 1;
|
block_index = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user