From bf3dc421b2b5ccfe2fcd3cd4ec1ef90f39599600 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 12 Jan 2010 17:53:55 +0100 Subject: Remove support for debug masks due to inconsistent use --- src/debug.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/debug.h') diff --git a/src/debug.h b/src/debug.h index 96844dd..398508e 100644 --- a/src/debug.h +++ b/src/debug.h @@ -25,8 +25,6 @@ #include G_GNUC_INTERNAL inline void log_debug_msg(const char *format, ...); -G_GNUC_INTERNAL inline void log_dbg_msg(uint16_t id, const char *format, ...); - G_GNUC_INTERNAL inline void log_debug_buffer(const char *data, const int length); G_GNUC_INTERNAL inline void dump_debug_buffer(const char *file, const char *data, const int length); -- cgit v1.1-32-gdbae