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
commit9258df3ed2926997f792b8ad27ce22bdd1685c2d (patch)
tree76556a97a0d86d5f97a895ab25f2ee6d4eb8039f
parent797acbb7a8965817bdfbb0c03fa7b37854797891 (diff)
downloadgstreamer-plugins-base-9258df3ed2926997f792b8ad27ce22bdd1685c2d.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);