notify: Remove unused g_object_notify_queue_clear()

https://bugzilla.gnome.org/show_bug.cgi?id=166020
This commit is contained in:
Olivier Crête 2010-07-22 09:02:18 +02:00 committed by Benjamin Otte
parent a2c5bba31d
commit 0201a81f04

View File

@ -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,