From 760037ec46bb3a8af8ea98e06a624a3ebac1cb1a Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Wed, 16 Nov 2011 15:37:17 +0000 Subject: [PATCH] [notify] remove an obviously false comment --- gobject/gobject.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.7.4