a couple more ifdefs

Original commit message from CVS:
a couple more ifdefs
This commit is contained in:
Andy Wingo 2002-02-06 17:29:55 +00:00
parent 53c6064f5b
commit 08d271f4de

View file

@ -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 */
}
/**