[notify] remove an obviously false comment
authorRyan Lortie <desrt@desrt.ca>
Wed, 16 Nov 2011 15:37:17 +0000 (15:37 +0000)
committerRyan Lortie <desrt@desrt.ca>
Wed, 16 Nov 2011 17:50:12 +0000 (17:50 +0000)
gobject/gobject.c

index 3a5c6a2..19599cb 100644 (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);