mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
a couple more ifdefs
Original commit message from CVS: a couple more ifdefs
This commit is contained in:
parent
53c6064f5b
commit
08d271f4de
1 changed files with 0 additions and 2 deletions
|
@ -588,7 +588,6 @@ gst_object_dispatch_properties_changed (GObject *object,
|
|||
guint n_pspecs,
|
||||
GParamSpec **pspecs)
|
||||
{
|
||||
#ifdef USE_GLIB2
|
||||
GstObject *gst_object;
|
||||
guint i;
|
||||
|
||||
|
@ -606,7 +605,6 @@ gst_object_dispatch_properties_changed (GObject *object,
|
|||
|
||||
gst_object = GST_OBJECT_PARENT (gst_object);
|
||||
}
|
||||
#endif /* USE_GLIB2 */
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue