diff options
author | Martin Szulecki | 2010-01-12 17:53:55 +0100 |
---|---|---|
committer | Martin Szulecki | 2010-01-12 17:53:55 +0100 |
commit | bf3dc421b2b5ccfe2fcd3cd4ec1ef90f39599600 (patch) | |
tree | 9108ac43b6fbbc45eb9ea4aed3a2234590aaf501 /src/debug.h | |
parent | 3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab (diff) | |
download | libimobiledevice-bf3dc421b2b5ccfe2fcd3cd4ec1ef90f39599600.tar.gz libimobiledevice-bf3dc421b2b5ccfe2fcd3cd4ec1ef90f39599600.tar.bz2 |
Remove support for debug masks due to inconsistent use
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 <glib.h> 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); |