[glib/wip/notify-performance: 5/11] [notify] remove an obviously false comment
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/notify-performance: 5/11] [notify] remove an obviously false comment
- Date: Wed, 16 Nov 2011 15:49:31 +0000 (UTC)
commit ce4100084ce0629bc2128d20f5c70c59f93448dc
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]