aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/log.h b/src/log.h
index c32b8e9c0..275754554 100644
--- a/src/log.h
+++ b/src/log.h
@@ -21,10 +21,6 @@
#include "gcc.h"
-#define LOG_LEVEL_LOW 0
-#define LOG_LEVEL_SECURE 1
-#define LOG_LEVEL_DEBUG 2
-
mpd_printf void ERROR(const char *fmt, ...);
mpd_printf void LOG(const char *fmt, ...);
mpd_printf void SECURE(const char *fmt, ...);