diff options
author | Max Kellermann <max@duempel.org> | 2008-10-02 15:44:21 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-02 15:44:21 +0200 |
commit | 36470979d9f3518217fc26987558dafb3ab36f5c (patch) | |
tree | 5ebeb5b306faafca9c52f1696f4be9851b4fa9b1 /src/ncmpc.h | |
parent | 9526f180e6f55654c99bd8d66c71612a32b0fb4e (diff) | |
download | mpd-36470979d9f3518217fc26987558dafb3ab36f5c.tar.gz mpd-36470979d9f3518217fc26987558dafb3ab36f5c.tar.xz mpd-36470979d9f3518217fc26987558dafb3ab36f5c.zip |
removed the debugging function D()
gdb is for debugging. We don't need D() calls littered all over.
Diffstat (limited to 'src/ncmpc.h')
-rw-r--r-- | src/ncmpc.h | 6 |
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> |