mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
ivfparse: Remove dead assignments
This commit is contained in:
parent
6507312e46
commit
59ec2bff48
1 changed files with 0 additions and 2 deletions
|
@ -95,10 +95,8 @@ static void
|
|||
gst_ivf_parse_class_init (GstIvfParseClass * klass)
|
||||
{
|
||||
GObjectClass *gobject_class;
|
||||
GstElementClass *gstelement_class;
|
||||
|
||||
gobject_class = (GObjectClass *) klass;
|
||||
gstelement_class = (GstElementClass *) klass;
|
||||
|
||||
gobject_class->dispose = gst_ivf_parse_dispose;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue