mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
multiqueue: Remove unused variable
This commit is contained in:
parent
14eb517849
commit
5b48fd5b24
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
* Copyright (C) 2006 Edward Hervey <edward@fluendo.com>
|
||||
* Copyright (C) 2007 Jan Schmidt <jan@fluendo.com>
|
||||
* Copyright (C) 2007 Wim Taymans <wim@fluendo.com>
|
||||
* Copyright (C) 2011 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
*
|
||||
* gstmultiqueue.c:
|
||||
*
|
||||
|
@ -421,7 +422,6 @@ gst_multi_queue_init (GstMultiQueue * mqueue, GstMultiQueueClass * klass)
|
|||
|
||||
mqueue->counter = 1;
|
||||
mqueue->highid = -1;
|
||||
mqueue->nextnotlinked = -1;
|
||||
|
||||
mqueue->qlock = g_mutex_new ();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue