mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
tagsetter: Removing unused debug category
tagsetter's debug category had a typo and was unused. Removing it.
This commit is contained in:
parent
1be2076922
commit
4b322b215a
1 changed files with 0 additions and 6 deletions
|
@ -77,9 +77,6 @@
|
|||
#include <gobject/gvaluecollector.h>
|
||||
#include <string.h>
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (gst_tag_interface_debug);
|
||||
#define GST_CAT_DEFAULT tag_tag_interface_debug
|
||||
|
||||
static GQuark gst_tag_key;
|
||||
|
||||
typedef struct
|
||||
|
@ -108,9 +105,6 @@ gst_tag_setter_get_type (void)
|
|||
NULL
|
||||
};
|
||||
|
||||
GST_DEBUG_CATEGORY_INIT (gst_tag_interface_debug, "GstTagInterface", 0,
|
||||
"interfaces for tagging");
|
||||
|
||||
_type = g_type_register_static (G_TYPE_INTERFACE, "GstTagSetter",
|
||||
&tag_setter_info, 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue