summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-09-03 03:48:23 +0000
committerDavid Schleef <ds@schleef.org>2003-09-03 03:48:23 +0000
commite710138948597e50c108bfb7241ca64e042fba13 (patch)
tree931d5efd7ccc70d9c4452a87db0da7740f18c6b5
parent0ae1b3814d4f0e4b67ea5ac4c06763c2d51ba3c5 (diff)
downloadgstreamer-plugins-bad-e710138948597e50c108bfb7241ca64e042fba13.tar.gz
Remove unused macro definition that was causing build problems (#121174)
Original commit message from CVS: Remove unused macro definition that was causing build problems (#121174)
-rw-r--r--gst-libs/gst/riff/riffutil.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst-libs/gst/riff/riffutil.c b/gst-libs/gst/riff/riffutil.c
index b363ddb8b..3bf46c289 100644
--- a/gst-libs/gst/riff/riffutil.c
+++ b/gst-libs/gst/riff/riffutil.c
@@ -20,9 +20,6 @@
#include <riff.h>
-/*#define debug(format,args...) g_print(format,##args) */
-#define debug(format,args...)
-
gulong gst_riff_fourcc_to_id(gchar *fourcc) {
g_return_val_if_fail(fourcc != NULL, 0);