projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2c5bba
)
notify: Remove unused g_object_notify_queue_clear()
author
Olivier CrĂȘte
<olivier.crete@collabora.co.uk>
Thu, 22 Jul 2010 07:02:18 +0000
(09:02 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 22 Jul 2010 19:56:20 +0000
(21:56 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=166020
gobject/gobjectnotifyqueue.c
patch
|
blob
|
history
diff --git
a/gobject/gobjectnotifyqueue.c
b/gobject/gobjectnotifyqueue.c
index 0fddf6ffcc8cbfbfbf7ffdfa796dea27ac9e3eaf..fe828310da9b43dd981e6d95e553643dc4f79b58 100644
(file)
--- a/
gobject/gobjectnotifyqueue.c
+++ b/
gobject/gobjectnotifyqueue.c
@@
-126,17
+126,6
@@
g_object_notify_queue_thaw (GObject *object,
g_free (free_me);
}
-static inline void
-g_object_notify_queue_clear (GObject *object,
- GObjectNotifyQueue *nqueue)
-{
- g_return_if_fail (nqueue->freeze_count > 0);
-
- g_slist_free (nqueue->pspecs);
- nqueue->pspecs = NULL;
- nqueue->n_pspecs = 0;
-}
-
static inline void
g_object_notify_queue_add (GObject *object,
GObjectNotifyQueue *nqueue,