mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
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:
parent
e3399e60a2
commit
a31349a80e
2 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -142,7 +142,6 @@ typedef struct _GstListIterator
|
|||
gpointer owner;
|
||||
GList **orig;
|
||||
GList *list; /* pointer in list */
|
||||
GType *type;
|
||||
GstIteratorDisposeFunction freefunc;
|
||||
} GstListIterator;
|
||||
|
||||
|
|
Loading…
Reference in a new issue