Remove unused variable

This commit is contained in:
Alexander 2018-05-26 22:20:45 +03:00 committed by GitHub
parent 83019bdcd3
commit a2e72f258a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,6 @@ void Textord::to_spacing(
//estimated width of non space gaps for whole block
int16_t block_non_space_gap_width;
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_index = 1;