[Telepathy-commits] [telepathy-gabble/master] GabbleRosterChannel: remove vestigial property-setter for channel-properties

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Aug 19 10:54:19 PDT 2008


20080729144847-53eee-643cd0e1d7e178a54e7bc07549a1ed3219e5ef3d.gz
---
 src/roster-channel.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/roster-channel.c b/src/roster-channel.c
index 329bff9..7b63e8b 100644
--- a/src/roster-channel.c
+++ b/src/roster-channel.c
@@ -291,9 +291,6 @@ gabble_roster_channel_set_property (GObject     *object,
     case PROP_CONNECTION:
       priv->conn = g_value_get_object (value);
       break;
-    case PROP_CHANNEL_PROPERTIES:
-      /* FIXME: Setting channel-properties on creation not yet implemented */
-      break;
     default:
       G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
       break;
-- 
1.5.6.3




More information about the Telepathy-commits mailing list