[Telepathy-commits] [telepathy-gabble/master] GabbleRoomlistChannel: remove vestigial property-setter for channel-properties
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Aug 19 10:54:21 PDT 2008
20080729144841-53eee-3ead3216e0a455b020756e785171916f491eacd6.gz
---
src/roomlist-channel.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/roomlist-channel.c b/src/roomlist-channel.c
index 401e7e7..0a68bd3 100644
--- a/src/roomlist-channel.c
+++ b/src/roomlist-channel.c
@@ -259,9 +259,6 @@ gabble_roomlist_channel_set_property (GObject *object,
g_free (priv->conference_server);
priv->conference_server = 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