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

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


20080729144818-53eee-b4e3e98cd723e1ee13ac49f51ce3afef297084d5.gz
---
 src/im-channel.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/im-channel.c b/src/im-channel.c
index 8e14bb1..8c350f5 100644
--- a/src/im-channel.c
+++ b/src/im-channel.c
@@ -265,9 +265,6 @@ gabble_im_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