From 476aa983d87f84adda61d271af9a67839df4f05a 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. svn path=/trunk/; revision=2503 --- ChangeLog | 4 ++++ pango/opentype/harfbuzz-impl.c | 18 ------------------ 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index b222e4d..3165cee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-11-23 Behdad Esfahbod + + * pango/opentype/harfbuzz-impl.c: Remove unused macro. + 2007-11-18 Behdad Esfahbod * docs/Makefile.am: Replace GNU-specific syntax with more general one. diff --git a/pango/opentype/harfbuzz-impl.c b/pango/opentype/harfbuzz-impl.c index fd8280b..79b837d 100644 --- a/pango/opentype/harfbuzz-impl.c +++ b/pango/opentype/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, -- 2.7.4