提交 e58278fe 编写于 作者: B Behdad Esfahbod 提交者: Behdad Esfahbod

Remove unused macro.

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

        * pango/opentype/harfbuzz-impl.c: Remove unused macro.
上级 3b047380
...@@ -11,24 +11,6 @@ ...@@ -11,24 +11,6 @@
******************************************************************/ ******************************************************************/
#include "harfbuzz-impl.h" #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_INTERNAL HB_Pointer
_hb_alloc( HB_UInt size, _hb_alloc( HB_UInt size,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册