a couple more ifdefs
authorAndy Wingo <wingo@pobox.com>
Wed, 6 Feb 2002 17:29:55 +0000 (17:29 +0000)
committerAndy Wingo <wingo@pobox.com>
Wed, 6 Feb 2002 17:29:55 +0000 (17:29 +0000)
Original commit message from CVS:
a couple more ifdefs

gst/gstobject.c

index edc5d2d..98e1fc2 100644 (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 */
 }
 
 /**