Skip to content

Commit

Permalink
blobs: Remove unused macro
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed May 1, 2017
1 parent aebdcd8 commit 85afda6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions ccstruct/blobs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------------------------------------------------------*/
Expand Down

0 comments on commit 85afda6

Please sign in to comment.