Remove vestigal code (#121174)
authorDavid Schleef <ds@schleef.org>
Wed, 3 Sep 2003 03:49:32 +0000 (03:49 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 3 Sep 2003 03:49:32 +0000 (03:49 +0000)
Original commit message from CVS:
Remove vestigal code (#121174)

gst-libs/gst/riff/riffutil.c

index 44356f2..612bdba 100644 (file)
 
 #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);