Remove unused macro.

2007-11-23  Behdad Esfahbod  <behdad@gnome.org>

        * pango/opentype/harfbuzz-impl.c: Remove unused macro.
This commit is contained in:
Behdad Esfahbod 2007-11-24 01:40:13 +00:00 committed by Behdad Esfahbod
parent 3b047380ae
commit e58278fedb
1 changed files with 0 additions and 18 deletions

View File

@ -11,24 +11,6 @@
******************************************************************/
#include "harfbuzz-impl.h"
#if 0
#include <stdio.h>
#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,