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

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


20080729144835-53eee-f701a51f8565cc23d967b2c87a6f157e3977e0ae.gz
---
 src/muc-channel.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/muc-channel.c b/src/muc-channel.c
index c7ae53d..2f1ba75 100644
--- a/src/muc-channel.c
+++ b/src/muc-channel.c
@@ -917,9 +917,6 @@ gabble_muc_channel_set_property (GObject     *object,
       g_assert (priv->invitation_message == NULL);
       priv->invitation_message = g_value_dup_string (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