[notify] remove some useless forward declarations
authorRyan Lortie <desrt@desrt.ca>
Wed, 16 Nov 2011 12:47:40 +0000 (12:47 +0000)
committerRyan Lortie <desrt@desrt.ca>
Wed, 16 Nov 2011 17:50:12 +0000 (17:50 +0000)
These cause trouble in the next commit.

gobject/gobject.c

index 6e20aa0..22ae133 100644 (file)
@@ -173,13 +173,6 @@ static gchar*      g_value_object_lcopy_value              (const GValue   *value,
 static void    g_object_dispatch_properties_changed    (GObject        *object,
                                                         guint           n_pspecs,
                                                         GParamSpec    **pspecs);
-static inline void         object_get_property         (GObject        *object,
-                                                        GParamSpec     *pspec,
-                                                        GValue         *value);
-static inline void        object_set_property          (GObject        *object,
-                                                        GParamSpec     *pspec,
-                                                        const GValue   *value,
-                                                        GObjectNotifyQueue *nqueue);
 static guint               object_floating_flag_handler (GObject        *object,
                                                          gint            job);