summaryrefslogtreecommitdiff
path: root/gst-libs/gst/riff/riffutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/riff/riffutil.c')
-rw-r--r--gst-libs/gst/riff/riffutil.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gst-libs/gst/riff/riffutil.c b/gst-libs/gst/riff/riffutil.c
index 44356f203..612bdbaf5 100644
--- a/gst-libs/gst/riff/riffutil.c
+++ b/gst-libs/gst/riff/riffutil.c
@@ -20,17 +20,6 @@
#include <riff.h>
-/*#define debug(format,args...) g_print(format,##args) */
-
-#ifdef G_HAVE_ISO_VARARGS
-
-#define debug(...)
-
-#elif defined(G_HAVE_GNUC_VARARGS)
-
-#define debug(format,args...)
-
-#endif
gulong gst_riff_fourcc_to_id(gchar *fourcc) {
g_return_val_if_fail(fourcc != NULL, 0);