mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
twolame: Fix variable 'gstelement_class' set but not used compiler warning
This commit is contained in:
parent
f2011f15f1
commit
2045f7baa2
1 changed files with 0 additions and 2 deletions
|
@ -244,11 +244,9 @@ static void
|
|||
gst_two_lame_class_init (GstTwoLameClass * klass)
|
||||
{
|
||||
GObjectClass *gobject_class;
|
||||
GstElementClass *gstelement_class;
|
||||
GstAudioEncoderClass *gstbase_class;
|
||||
|
||||
gobject_class = (GObjectClass *) klass;
|
||||
gstelement_class = (GstElementClass *) klass;
|
||||
gstbase_class = (GstAudioEncoderClass *) klass;
|
||||
|
||||
parent_class = g_type_class_peek_parent (klass);
|
||||
|
|
Loading…
Reference in a new issue