[glib/wip/notify-performance: 5/8] [notify] remove some useless forward declarations



commit 13313252893ba7a199d41d445a90e9072c9c2e3e
Author: Ryan Lortie <desrt desrt ca>
Date:   Wed Nov 16 12:47:40 2011 +0000

    [notify] remove some useless forward declarations
    
    These cause trouble in the next commit.

 gobject/gobject.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/gobject/gobject.c b/gobject/gobject.c
index 3d61634..f4286c7 100644
--- a/gobject/gobject.c
+++ b/gobject/gobject.c
@@ -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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]