gst/gstiterator.c: Remove an unused field from the private GstListIterator struct.
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 28 May 2008 07:47:22 +0000 (07:47 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Wed, 28 May 2008 07:47:22 +0000 (07:47 +0000)
Original commit message from CVS:
* gst/gstiterator.c:
Remove an unused field from the private GstListIterator struct.

ChangeLog
gst/gstiterator.c

index ebb3798..bff1d07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
+
+       * gst/gstiterator.c:
+       Remove an unused field from the private GstListIterator struct.
+
 2008-05-27  Stefan Kost  <ensonic@users.sf.net>
 
        * libs/gst/controller/gstcontroller.c:
index 6d574e0..32c0970 100644 (file)
@@ -142,7 +142,6 @@ typedef struct _GstListIterator
   gpointer owner;
   GList **orig;
   GList *list;                  /* pointer in list */
-  GType *type;
   GstIteratorDisposeFunction freefunc;
 } GstListIterator;