diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-11-24 01:40:13 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-11-24 01:40:13 +0000 |
commit | 476aa983d87f84adda61d271af9a67839df4f05a (patch) | |
tree | 4a8299a1777659d0fb93515098a48e87c8bc075e | |
parent | 1fa923dc98632c155aac13fc08ae629b288c098a (diff) | |
download | pango-476aa983d87f84adda61d271af9a67839df4f05a.tar.gz |
Remove unused macro.
2007-11-23 Behdad Esfahbod <behdad@gnome.org>
* pango/opentype/harfbuzz-impl.c: Remove unused macro.
svn path=/trunk/; revision=2503
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | pango/opentype/harfbuzz-impl.c | 18 |
2 files changed, 4 insertions, 18 deletions
@@ -1,3 +1,7 @@ +2007-11-23 Behdad Esfahbod <behdad@gnome.org> + + * pango/opentype/harfbuzz-impl.c: Remove unused macro. + 2007-11-18 Behdad Esfahbod <behdad@gnome.org> * 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 fd8280bd..79b837de 100644 --- a/pango/opentype/harfbuzz-impl.c +++ b/pango/opentype/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, |