summaryrefslogtreecommitdiff
path: root/src/roomlist-channel.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-05-03 10:17:01 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-05-03 10:17:01 +0100
commitb636c3a48bbb1a47d67a812c6af5ffebf55c50ac (patch)
tree99c610426e67b5c8e813921198c287e525432cc2 /src/roomlist-channel.c
parentc9bea14a3f70862173c32aba43d92d0e77835465 (diff)
downloadtelepathy-salut-b636c3a48bbb1a47d67a812c6af5ffebf55c50ac.tar.gz
remove all set but unused variables
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src/roomlist-channel.c')
-rw-r--r--src/roomlist-channel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/roomlist-channel.c b/src/roomlist-channel.c
index 025506eb..aad3c480 100644
--- a/src/roomlist-channel.c
+++ b/src/roomlist-channel.c
@@ -608,11 +608,9 @@ salut_roomlist_channel_get_listing_rooms (TpSvcChannelTypeRoomList *iface,
DBusGMethodInvocation *context)
{
SalutRoomlistChannel *self = SALUT_ROOMLIST_CHANNEL (iface);
- SalutRoomlistChannelPrivate *priv;
g_assert (SALUT_IS_ROOMLIST_CHANNEL (self));
- priv = SALUT_ROOMLIST_CHANNEL_GET_PRIVATE (self);
tp_svc_channel_type_room_list_return_from_get_listing_rooms (
context, FALSE);
}