[glib] [notify] remove an obviously false comment



commit 760037ec46bb3a8af8ea98e06a624a3ebac1cb1a
Author: Ryan Lortie <desrt desrt ca>
Date:   Wed Nov 16 15:37:17 2011 +0000

    [notify] remove an obviously false comment

 gobject/gobject.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gobject/gobject.c b/gobject/gobject.c
index 3a5c6a2..19599cb 100644
--- a/gobject/gobject.c
+++ b/gobject/gobject.c
@@ -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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]