aboutsummaryrefslogtreecommitdiffstats
path: root/src/ncmpc.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ncmpc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ncmpc.h b/src/ncmpc.h
index 5d4ca8425..ad6a6e302 100644
--- a/src/ncmpc.h
+++ b/src/ncmpc.h
@@ -5,12 +5,6 @@
#include "config.h"
#endif
-#ifndef NDEBUG
-void D(const char *format, ...);
-#else
-#define D(...)
-#endif
-
/* i18n */
#ifdef HAVE_LOCALE_H
#include <locale.h>