We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebdcd8 commit 85afda6Copy full SHA for 85afda6
ccstruct/blobs.h
@@ -437,17 +437,6 @@ struct TWERD {
437
bool latin_script; // This word is in a latin-based script.
438
};
439
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
-
451
/*----------------------------------------------------------------------
452
F u n c t i o n s
453
----------------------------------------------------------------------*/
0 commit comments