multiqueue: Remove unused variable
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 21 Mar 2011 11:39:34 +0000 (12:39 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 21 Mar 2011 15:34:19 +0000 (16:34 +0100)
plugins/elements/gstmultiqueue.c

index 4a0f351..9fa3304 100644 (file)
@@ -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 ();
 }