Skip to content

Commit 85afda6

Browse files
committed
blobs: Remove unused macro
Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent aebdcd8 commit 85afda6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

ccstruct/blobs.h

-11
Original file line numberDiff line numberDiff line change
@@ -437,17 +437,6 @@ struct TWERD {
437437
bool latin_script; // This word is in a latin-based script.
438438
};
439439

440-
/*----------------------------------------------------------------------
441-
M a c r o s
442-
----------------------------------------------------------------------*/
443-
/**********************************************************************
444-
* free_widths
445-
*
446-
* Free the memory taken up by a width array.
447-
**********************************************************************/
448-
#define free_widths(w) \
449-
if (w) memfree (w)
450-
451440
/*----------------------------------------------------------------------
452441
F u n c t i o n s
453442
----------------------------------------------------------------------*/

0 commit comments

Comments
 (0)