projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7217427
)
Remove vestigal code (#121174)
author
David Schleef
<ds@schleef.org>
Wed, 3 Sep 2003 03:49:32 +0000
(
03:49
+0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/gst-libs/gst/riff/riffutil.c
b/gst-libs/gst/riff/riffutil.c
index 44356f20387bd9a0eb0265d7a1b6befe12b571b6..612bdbaf5bb25222f51a4018d5e6a8ef4a67fbe9 100644
(file)
--- 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);