[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Sun Nov 18 14:40:23 PST 2007


 src/harfbuzz-impl.c |   18 ------------------
 1 file changed, 18 deletions(-)

New commits:
commit c032eadf15cb403c616210aed8d647acb88696fd
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Sun Nov 18 17:38:54 2007 -0500

    Remove unused macro.

diff --git a/src/harfbuzz-impl.c b/src/harfbuzz-impl.c
index c601048..1ba2466 100644
--- a/src/harfbuzz-impl.c
+++ b/src/harfbuzz-impl.c
@@ -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,



More information about the HarfBuzz mailing list