multiqueue: Really remove unused variable

This commit is contained in:
Sebastian Dröge 2011-03-21 17:54:10 +01:00
parent 383cac91b1
commit 65fbc9398a

View file

@ -70,8 +70,6 @@ struct _GstMultiQueue {
/* queues lock). Protects nbqueues, queues, global */
/* GstMultiQueueSize, counter and highid */
gint nextnotlinked; /* ID of the next queue not linked (-1 : none) */
gint numwaiting; /* number of not-linked pads waiting */
};