diff src/xmms-sid.h @ 810:0c2f8ee6be42

Make debug output compile-time configurable via --enable-debug. Disabled by default.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Nov 2012 12:52:46 +0200
parents f2e023bf718f
children cbba4cf52ff9
line wrap: on
line diff
--- a/src/xmms-sid.h	Wed Nov 07 12:46:16 2012 +0200
+++ b/src/xmms-sid.h	Wed Nov 07 12:52:46 2012 +0200
@@ -29,14 +29,6 @@
 extern "C" {
 #endif
 
-/*
- * Some constants and defines
- */
-/* #define to enable spurious debugging messages for development
- * purposes. Output goes to stderr. See also DEBUG_NP below.
- */
-#define DEBUG
-
 /* Define to ISO C99 macro for debugging instead of varargs function.
  * This provides more useful information, but is incompatible with
  * older standards. If #undef'd, a varargs function is used instead.