mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-17 17:20:49 +08:00
blobs: Remove unused macro
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
aebdcd8bce
commit
85afda65f5
@ -437,17 +437,6 @@ struct TWERD {
|
|||||||
bool latin_script; // This word is in a latin-based script.
|
bool latin_script; // This word is in a latin-based script.
|
||||||
};
|
};
|
||||||
|
|
||||||
/*----------------------------------------------------------------------
|
|
||||||
M a c r o s
|
|
||||||
----------------------------------------------------------------------*/
|
|
||||||
/**********************************************************************
|
|
||||||
* free_widths
|
|
||||||
*
|
|
||||||
* Free the memory taken up by a width array.
|
|
||||||
**********************************************************************/
|
|
||||||
#define free_widths(w) \
|
|
||||||
if (w) memfree (w)
|
|
||||||
|
|
||||||
/*----------------------------------------------------------------------
|
/*----------------------------------------------------------------------
|
||||||
F u n c t i o n s
|
F u n c t i o n s
|
||||||
----------------------------------------------------------------------*/
|
----------------------------------------------------------------------*/
|
||||||
|
Loading…
Reference in New Issue
Block a user