mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
[notify] remove an obviously false comment
This commit is contained in:
parent
45d80cf9bd
commit
760037ec46
@ -321,7 +321,6 @@ g_object_notify_queue_add (GObject *object,
|
|||||||
|
|
||||||
g_return_if_fail (nqueue->n_pspecs < 65535);
|
g_return_if_fail (nqueue->n_pspecs < 65535);
|
||||||
|
|
||||||
/* we do the deduping in _thaw */
|
|
||||||
if (g_slist_find (nqueue->pspecs, pspec) == NULL)
|
if (g_slist_find (nqueue->pspecs, pspec) == NULL)
|
||||||
{
|
{
|
||||||
nqueue->pspecs = g_slist_prepend (nqueue->pspecs, pspec);
|
nqueue->pspecs = g_slist_prepend (nqueue->pspecs, pspec);
|
||||||
|
Loading…
Reference in New Issue
Block a user