From 6517126204f8eef363a65868ab97473916bd167e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 29 Dec 2008 17:35:42 +0100 Subject: log: removed unused logging wrappers Removed GLib logging wrappers which are not used anymore. --- src/log.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/log.h') diff --git a/src/log.h b/src/log.h index 462baa066..5903b18ab 100644 --- a/src/log.h +++ b/src/log.h @@ -22,11 +22,7 @@ #include #include -G_GNUC_PRINTF(1, 2) void ERROR(const char *fmt, ...); -G_GNUC_PRINTF(1, 2) void LOG(const char *fmt, ...); -G_GNUC_PRINTF(1, 2) void SECURE(const char *fmt, ...); G_GNUC_PRINTF(1, 2) void DEBUG(const char *fmt, ...); -G_GNUC_PRINTF(1, 2) void WARNING(const char *fmt, ...); G_GNUC_PRINTF(1, 2) G_GNUC_NORETURN void FATAL(const char *fmt, ...); void log_init(bool verbose, bool use_stdout); -- cgit v1.2.3