From fd671e02433bcbc1fd07901fa2d6065020f41ba8 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 10 May 2010 19:02:32 -0400 Subject: [PATCH] Remove unused macro --- src/hb-open-type-private.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index 17a037b..023df83 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh @@ -93,7 +93,6 @@ inline Type& StructAfter(TObject &X) /* Size signifying variable-sized array */ #define VAR 1 -#define VAR0 (VAR+0) #define DEFINE_SIZE_UNION(size, _member) \ _DEFINE_SIZE_ASSERTION (this->u._member.static_size == (size)); \ -- 2.7.4