summaryrefslogtreecommitdiffstats
path: root/src/debug.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-01-12 17:53:55 +0100
committerGravatar Martin Szulecki2010-01-12 17:53:55 +0100
commitbf3dc421b2b5ccfe2fcd3cd4ec1ef90f39599600 (patch)
tree9108ac43b6fbbc45eb9ea4aed3a2234590aaf501 /src/debug.h
parent3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab (diff)
downloadlibimobiledevice-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.h2
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);