[glib] [notify] remove some useless forward declarations
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] [notify] remove some useless forward declarations
- Date: Wed, 16 Nov 2011 17:50:52 +0000 (UTC)
commit 688059cb9402281f8922827dc98fe76b914f21cf
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 6e20aa0..22ae133 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]