gst/gstiterator.c: Remove an unused field from the private GstListIterator struct.

Original commit message from CVS:
* gst/gstiterator.c:
Remove an unused field from the private GstListIterator struct.
This commit is contained in:
Sebastian Dröge 2008-05-28 07:47:22 +00:00
parent e3399e60a2
commit a31349a80e
2 changed files with 5 additions and 1 deletions

View file

@ -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:

View file

@ -142,7 +142,6 @@ typedef struct _GstListIterator
gpointer owner;
GList **orig;
GList *list; /* pointer in list */
GType *type;
GstIteratorDisposeFunction freefunc;
} GstListIterator;