From bfd57eb1cf738ed62e17941e855347772ce48ef2 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Thu, 22 Jan 2009 22:18:43 +0100 Subject: Add Unicode support. --- src/utils.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/utils.c') diff --git a/src/utils.c b/src/utils.c index ceb1f5d..920b347 100644 --- a/src/utils.c +++ b/src/utils.c @@ -35,8 +35,6 @@ void iphone_set_debug(int level) toto_debug = level; } - - void log_debug_msg(const char *format, ...) { #ifndef STRIP_DEBUG_CODE @@ -60,7 +58,6 @@ inline void log_debug_buffer(const char *data, const int length) /* run the real fprintf */ if (toto_debug) fwrite(data, 1, length, stderr); - #endif } -- cgit v1.1-32-gdbae