From: David Schleef Date: Wed, 3 Sep 2003 03:49:32 +0000 (+0000) Subject: Remove vestigal code (#121174) X-Git-Tag: 1.19.3~511^2~15278 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea50e565200013b4e5e7c9529f1071b74646a22b;p=platform%2Fupstream%2Fgstreamer.git Remove vestigal code (#121174) Original commit message from CVS: Remove vestigal code (#121174) --- diff --git a/gst-libs/gst/riff/riffutil.c b/gst-libs/gst/riff/riffutil.c index 44356f2..612bdba 100644 --- a/gst-libs/gst/riff/riffutil.c +++ b/gst-libs/gst/riff/riffutil.c @@ -20,17 +20,6 @@ #include -/*#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);