From e58278fedb67cbaac4bf4d6dfc33209cb22eec08 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 24 Nov 2007 01:40:13 +0000 Subject: [PATCH] Remove unused macro. 2007-11-23 Behdad Esfahbod * pango/opentype/harfbuzz-impl.c: Remove unused macro. --- src/harfbuzz-impl.c | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/harfbuzz-impl.c b/src/harfbuzz-impl.c index fd8280bda..79b837deb 100644 --- a/src/harfbuzz-impl.c +++ b/src/harfbuzz-impl.c @@ -11,24 +11,6 @@ ******************************************************************/ #include "harfbuzz-impl.h" -#if 0 -#include -#define LOG(x) _hb_log x - -static void -_hb_log( const char* format, ... ) -{ - va_list ap; - - va_start( ap, format ); - vfprintf( stderr, format, ap ); - va_end( ap ); -} - -#else -#define LOG(x) do {} while (0) -#endif - HB_INTERNAL HB_Pointer _hb_alloc( HB_UInt size,