mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
controller: remove unused parent_class varriable from controlsource
This commit is contained in:
parent
503b739b23
commit
a630743d43
1 changed files with 0 additions and 4 deletions
|
@ -53,15 +53,11 @@ GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);
|
|||
|
||||
G_DEFINE_ABSTRACT_TYPE (GstControlSource, gst_control_source, G_TYPE_OBJECT);
|
||||
|
||||
static GObjectClass *parent_class = NULL;
|
||||
|
||||
static void
|
||||
gst_control_source_class_init (GstControlSourceClass * klass)
|
||||
{
|
||||
//GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
|
||||
|
||||
parent_class = g_type_class_peek_parent (klass);
|
||||
|
||||
/* Has to be implemented by children */
|
||||
klass->bind = NULL;
|
||||
|
||||
|
|
Loading…
Reference in a new issue