diff --git a/plugins/elements/gstmultiqueue.h b/plugins/elements/gstmultiqueue.h index 60262b7c13..b9c28cd442 100644 --- a/plugins/elements/gstmultiqueue.h +++ b/plugins/elements/gstmultiqueue.h @@ -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 */ };