From c38188a1912f72d9ef90ae1bcbdbba7ecce63371 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 22 Apr 2010 16:52:09 -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 fde4d7f..4e8f1e4 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh @@ -45,7 +45,6 @@ template inline const char * CharP (const Type* X) { return rein template inline char * CharP (Type* X) { return reinterpret_cast(X); } #define CONST_CAST(T,X,Ofs) (*(reinterpret_cast(CharP(&(X)) + Ofs))) -#define DECONST_CAST(T,X,Ofs) (*(reinterpret_cast((char *)CharP(&(X)) + Ofs))) #define CAST(T,X,Ofs) (*(reinterpret_cast(CharP(&(X)) + Ofs))) -- 2.7.4