[notify] remove an obviously false comment

This commit is contained in:
Ryan Lortie 2011-11-16 15:37:17 +00:00
parent 45d80cf9bd
commit 760037ec46

View File

@ -321,7 +321,6 @@ g_object_notify_queue_add (GObject *object,
g_return_if_fail (nqueue->n_pspecs < 65535);
/* we do the deduping in _thaw */
if (g_slist_find (nqueue->pspecs, pspec) == NULL)
{
nqueue->pspecs = g_slist_prepend (nqueue->pspecs, pspec);