From 400dc037fd97f856828cdd7825acbec216e54254 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 30 Apr 2006 16:16:59 +0000 Subject: [PATCH] small cleanups Original commit message from CVS: small cleanups --- gst-libs/gst/tag/gsttagmux.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst-libs/gst/tag/gsttagmux.c b/gst-libs/gst/tag/gsttagmux.c index f2bc521875..35ec89fe4b 100644 --- a/gst-libs/gst/tag/gsttagmux.c +++ b/gst-libs/gst/tag/gsttagmux.c @@ -26,7 +26,6 @@ #include #include #include "gsttaglib.h" -#include "gstid3v2mux.h" GST_DEBUG_CATEGORY_STATIC (gst_tag_lib_mux_debug); #define GST_CAT_DEFAULT gst_tag_lib_mux_debug @@ -37,7 +36,6 @@ GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_ALWAYS, GST_STATIC_CAPS ("ANY")); - static void gst_tag_lib_mux_iface_init (GType taglib_type) {