[glib/wip/notify-performance: 3/8] [notify] remove an obviously false comment



commit 1f5365f1f7b073df0084effc98b150a99d07c683
Author: Ryan Lortie <desrt desrt ca>
Date:   Wed Nov 16 12:17:04 2011 +0000

    [notify] remove an obviously false comment

 gobject/gobjectnotifyqueue.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gobject/gobjectnotifyqueue.c b/gobject/gobjectnotifyqueue.c
index 214d606..45250ed 100644
--- a/gobject/gobjectnotifyqueue.c
+++ b/gobject/gobjectnotifyqueue.c
@@ -149,7 +149,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]