blobs: Remove unused macro

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2017-05-01 17:07:08 +02:00
parent aebdcd8bce
commit 85afda65f5

View File

@ -437,17 +437,6 @@ struct TWERD {
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
----------------------------------------------------------------------*/