[next] telepathy-glib: remove an obsolete comment which is just noise now

Simon McVittie smcv at kemper.freedesktop.org
Wed Sep 17 06:17:25 PDT 2014


Module: telepathy-glib
Branch: next
Commit: 599e08a8992bac9a29531610f9eba95218cac892
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=599e08a8992bac9a29531610f9eba95218cac892

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed Sep 17 14:01:20 2014 +0100

remove an obsolete comment which is just noise now

We used to use an explicitly sized GPtrArray. Now we don't.

---

 telepathy-glib/base-client.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/telepathy-glib/base-client.c b/telepathy-glib/base-client.c
index beff5ea..4838478 100644
--- a/telepathy-glib/base-client.c
+++ b/telepathy-glib/base-client.c
@@ -1085,7 +1085,6 @@ tp_base_client_init (TpBaseClient *self)
   self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self, TP_TYPE_BASE_CLIENT,
       TpBaseClientPrivate);
 
-  /* wild guess: most clients won't need more than one of each filter */
   self->priv->observer_filters = g_variant_builder_new (
       G_VARIANT_TYPE ("aa{sv}"));
   self->priv->approver_filters = g_ptr_array_new_with_free_func (



More information about the telepathy-commits mailing list