mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
multiqueue: Really remove unused variable
This commit is contained in:
parent
383cac91b1
commit
65fbc9398a
1 changed files with 0 additions and 2 deletions
|
@ -70,8 +70,6 @@ struct _GstMultiQueue {
|
||||||
/* queues lock). Protects nbqueues, queues, global */
|
/* queues lock). Protects nbqueues, queues, global */
|
||||||
/* GstMultiQueueSize, counter and highid */
|
/* GstMultiQueueSize, counter and highid */
|
||||||
|
|
||||||
gint nextnotlinked; /* ID of the next queue not linked (-1 : none) */
|
|
||||||
|
|
||||||
gint numwaiting; /* number of not-linked pads waiting */
|
gint numwaiting; /* number of not-linked pads waiting */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue